metadataLabels property

List<EndpointMatcherMetadataLabelMatcherMetadataLabels>? metadataLabels
getter/setter pair

The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list can have at most 64 entries.

The list can be empty if the match criteria is MATCH_ANY, to specify a wildcard match (i.e this matches any client).

Implementation

core.List<EndpointMatcherMetadataLabelMatcherMetadataLabels>? metadataLabels;