public enum GrpcRoute.MethodMatch.Type extends Enum<GrpcRoute.MethodMatch.Type> implements ProtocolMessageEnumThe type of the match.
 Protobuf enum google.cloud.networkservices.v1.GrpcRoute.MethodMatch.Type
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
EXACT | 
        Will only match the exact name provided.    | 
      
EXACT_VALUE | 
        Will only match the exact name provided.    | 
      
REGULAR_EXPRESSION | 
        Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.    | 
      
REGULAR_EXPRESSION_VALUE | 
        Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.    | 
      
TYPE_UNSPECIFIED | 
        Unspecified.    | 
      
TYPE_UNSPECIFIED_VALUE | 
        Unspecified.    | 
      
UNRECOGNIZED | 
        |
Static Methods | 
      |
|---|---|
| Name | Description | 
forNumber(int value) | 
        |
getDescriptor() | 
        |
internalGetValueMap() | 
        |
valueOf(Descriptors.EnumValueDescriptor desc) | 
        |
valueOf(int value) | 
        Deprecated. Use #forNumber(int) instead.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
getDescriptorForType() | 
        |
getNumber() | 
        |
getValueDescriptor() | 
        |