| 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 filter label matches within the list of filterLabels and contributes
toward the overall metadataFilter match.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFilter> |
ForwardingRule.getMetadataFilters()
Opaque filter criteria used by load balancer to restrict routing configuration to a limited set
of xDS compliant clients.
|
List<MetadataFilter> |
HttpRouteRuleMatch.getMetadataFilters()
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited
set of xDS compliant clients.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
HttpRouteRuleMatch |
HttpRouteRuleMatch.setMetadataFilters(List<MetadataFilter> metadataFilters)
Opaque filter criteria used by the load balancer to restrict routing configuration to a limited
set of xDS compliant clients.
|
Copyright © 2011–2023 Google. All rights reserved.