public enum GrpcRoute.HeaderMatch.Type extends Enum<GrpcRoute.HeaderMatch.Type> implements ProtocolMessageEnumThe type of match.
 Protobuf enum google.cloud.networkservices.v1.GrpcRoute.HeaderMatch.Type
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| EXACT | Will only match the exact value provided.   | 
| EXACT_VALUE | Will only match the exact value provided.   | 
| REGULAR_EXPRESSION | Will match paths conforming to the prefix specified by value. RE2 syntax is supported.   | 
| REGULAR_EXPRESSION_VALUE | Will match paths conforming to the prefix specified by value. 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() | |