public enum GrpcRoute.HeaderMatch.Type extends Enum<GrpcRoute.HeaderMatch.Type> implements ProtocolMessageEnum
The type of match.
Protobuf enum google.events.cloud.networkservices.v1.GrpcRoute.HeaderMatch.Type
Implements
ProtocolMessageEnumStatic 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() |