public enum EndpointMatcher.MetadataLabelMatcher.MetadataLabelMatchCriteria extends Enum<EndpointMatcher.MetadataLabelMatcher.MetadataLabelMatchCriteria> implements ProtocolMessageEnum
Possible criteria values that define logic of how matching is made.
Protobuf enum
google.cloud.networkservices.v1.EndpointMatcher.MetadataLabelMatcher.MetadataLabelMatchCriteria
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MATCH_ALL |
The metadata presented by the xDS client should contain all of the labels specified here. |
MATCH_ALL_VALUE |
The metadata presented by the xDS client should contain all of the labels specified here. |
MATCH_ANY |
At least one of the Labels specified in the matcher should match the metadata presented by xDS client. |
MATCH_ANY_VALUE |
At least one of the Labels specified in the matcher should match the metadata presented by xDS client. |
METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED |
Default value. Should not be used. |
METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED_VALUE |
Default value. Should not be used. |
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() |