Enum EndpointMatcher.MetadataLabelMatcher.MetadataLabelMatchCriteria (0.15.0)

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.events.cloud.networkservices.v1.EndpointMatcher.MetadataLabelMatcher.MetadataLabelMatchCriteria

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MATCH_ALL

The metadata presented by the xDS client should contain all of the labels specified here.

MATCH_ALL = 2;

MATCH_ALL_VALUE

The metadata presented by the xDS client should contain all of the labels specified here.

MATCH_ALL = 2;

MATCH_ANY

At least one of the Labels specified in the matcher should match the metadata presented by xDS client.

MATCH_ANY = 1;

MATCH_ANY_VALUE

At least one of the Labels specified in the matcher should match the metadata presented by xDS client.

MATCH_ANY = 1;

METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED

Default value. Should not be used.

METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED = 0;

METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED_VALUE

Default value. Should not be used.

METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()