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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcpProxy.WeightedCluster.ClusterWeightgetClusters(int index)Specifies one or more upstream clusters associated with the route.intgetClustersCount()Specifies one or more upstream clusters associated with the route.List<TcpProxy.WeightedCluster.ClusterWeight>getClustersList()Specifies one or more upstream clusters associated with the route.TcpProxy.WeightedCluster.ClusterWeightOrBuildergetClustersOrBuilder(int index)Specifies one or more upstream clusters associated with the route.List<? extends TcpProxy.WeightedCluster.ClusterWeightOrBuilder>getClustersOrBuilderList()Specifies one or more upstream clusters associated with the route.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClustersList
List<TcpProxy.WeightedCluster.ClusterWeight> getClustersList()
Specifies one or more upstream clusters associated with the route.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
-
getClusters
TcpProxy.WeightedCluster.ClusterWeight getClusters(int index)
Specifies one or more upstream clusters associated with the route.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
-
getClustersCount
int getClustersCount()
Specifies one or more upstream clusters associated with the route.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.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.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
-
getClustersOrBuilder
TcpProxy.WeightedCluster.ClusterWeightOrBuilder getClustersOrBuilder(int index)
Specifies one or more upstream clusters associated with the route.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
-
-