| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
MetadataFilter |
MetadataFilter.clone() |
MetadataFilter |
MetadataFilter.set(String fieldName,
Object value) |
MetadataFilter |
MetadataFilter.setFilterLabels(List<MetadataFilterLabelMatch> filterLabels)
The list of label value pairs that must match labels in the provided metadata based on
filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
MetadataFilter |
MetadataFilter.setFilterMatchCriteria(String filterMatchCriteria)
Specifies how individual filterLabel matches within the list of filterLabels contribute towards
the overall metadataFilter match.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFilter> |
HttpRouteRuleMatch.getMetadataFilters()
Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set
of xDS compliant clients.
|
List<MetadataFilter> |
ForwardingRule.getMetadataFilters()
Opaque filter criteria used by load balancer to restrict routing configuration to a limited set
of xDS compliant clients.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteRuleMatch |
HttpRouteRuleMatch.setMetadataFilters(List<MetadataFilter> metadataFilters)
Opaque filter criteria used by Loadbalancer to restrict routing configuration to a limited set
of xDS compliant clients.
|
ForwardingRule |
ForwardingRule.setMetadataFilters(List<MetadataFilter> metadataFilters)
Opaque filter criteria used by load balancer to restrict routing configuration to a limited set
of xDS compliant clients.
|
Copyright © 2011–2021 Google. All rights reserved.