public interface RouteActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster()
Indicates the upstream cluster to which the request should be routed.
|
com.google.protobuf.ByteString |
getClusterBytes()
Indicates the upstream cluster to which the request should be routed.
|
Metadata |
getMetadataMatch()
Optional endpoint metadata match criteria used by the subset load balancer.
|
MetadataOrBuilder |
getMetadataMatchOrBuilder()
Optional endpoint metadata match criteria used by the subset load balancer.
|
boolean |
hasMetadataMatch()
Optional endpoint metadata match criteria used by the subset load balancer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCluster()
Indicates the upstream cluster to which the request should be routed.
string cluster = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getClusterBytes()
Indicates the upstream cluster to which the request should be routed.
string cluster = 1 [(.validate.rules) = { ... }boolean hasMetadataMatch()
Optional endpoint metadata match criteria used by the subset load balancer.
.envoy.config.core.v3.Metadata metadata_match = 2;Metadata getMetadataMatch()
Optional endpoint metadata match criteria used by the subset load balancer.
.envoy.config.core.v3.Metadata metadata_match = 2;MetadataOrBuilder getMetadataMatchOrBuilder()
Optional endpoint metadata match criteria used by the subset load balancer.
.envoy.config.core.v3.Metadata metadata_match = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.