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 the upstream clusters associated with this configuration.intSpecifies the upstream clusters associated with this configuration.Specifies the upstream clusters associated with this configuration.getClustersOrBuilder(int index) Specifies the upstream clusters associated with this configuration.Specifies the upstream clusters associated with this configuration.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 the upstream clusters associated with this configuration.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClusters
Specifies the upstream clusters associated with this configuration.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClustersCount
int getClustersCount()Specifies the upstream clusters associated with this configuration.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClustersOrBuilderList
List<? extends TcpProxy.WeightedCluster.ClusterWeightOrBuilder> getClustersOrBuilderList()Specifies the upstream clusters associated with this configuration.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... } -
getClustersOrBuilder
Specifies the upstream clusters associated with this configuration.
repeated .envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy.WeightedCluster.ClusterWeight clusters = 1 [(.validate.rules) = { ... }
-