Interface TcpProxy.WeightedClusterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TcpProxy.WeightedCluster,TcpProxy.WeightedCluster.Builder
- Enclosing class:
- TcpProxy
public static interface TcpProxy.WeightedClusterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetClusters(int index) Specifies one or more upstream clusters associated with the route.intSpecifies one or more upstream clusters associated with the route.Specifies one or more upstream clusters associated with the route.getClustersOrBuilder(int index) Specifies one or more upstream clusters associated with the route.Specifies one or more upstream clusters associated with the route.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getClustersList
List<TcpProxy.WeightedCluster.ClusterWeight> getClustersList()Specifies one or more upstream clusters associated with the route.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClusters
Specifies one or more upstream clusters associated with the route.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClustersCount
int getClustersCount()Specifies one or more upstream clusters associated with the route.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClustersOrBuilderList
List<? extends TcpProxy.WeightedCluster.ClusterWeightOrBuilder> getClustersOrBuilderList()Specifies one or more upstream clusters associated with the route.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClustersOrBuilder
Specifies one or more upstream clusters associated with the route.
repeated .envoy.config.filter.network.tcp_proxy.v2.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
-