Network Services V1 API - Module Google::Cloud::NetworkServices::V1::EndpointMatcher::MetadataLabelMatcher::MetadataLabelMatchCriteria (v0.1.0)

Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::EndpointMatcher::MetadataLabelMatcher::MetadataLabelMatchCriteria.

Possible criteria values that define logic of how matching is made.

Constants

METADATA_LABEL_MATCH_CRITERIA_UNSPECIFIED

value: 0
Default value. Should not be used.

MATCH_ANY

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

MATCH_ALL

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