Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.CommonLbConfig
-
Packages that use Cluster.CommonLbConfig Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.CommonLbConfig in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.CommonLbConfig Modifier and Type Field Description private Cluster.CommonLbConfig
Cluster.Builder. commonLbConfig_
private Cluster.CommonLbConfig
Cluster. commonLbConfig_
private static Cluster.CommonLbConfig
Cluster.CommonLbConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.CommonLbConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Cluster.CommonLbConfig,Cluster.CommonLbConfig.Builder,Cluster.CommonLbConfigOrBuilder>
Cluster.Builder. commonLbConfigBuilder_
private static com.google.protobuf.Parser<Cluster.CommonLbConfig>
Cluster.CommonLbConfig. PARSER
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.CommonLbConfig Modifier and Type Method Description Cluster.CommonLbConfig
Cluster.CommonLbConfig.Builder. build()
Cluster.CommonLbConfig
Cluster.CommonLbConfig.Builder. buildPartial()
Cluster.CommonLbConfig
Cluster.Builder. getCommonLbConfig()
Common configuration for all load balancer implementations.Cluster.CommonLbConfig
Cluster. getCommonLbConfig()
Common configuration for all load balancer implementations.Cluster.CommonLbConfig
ClusterOrBuilder. getCommonLbConfig()
Common configuration for all load balancer implementations.static Cluster.CommonLbConfig
Cluster.CommonLbConfig. getDefaultInstance()
Cluster.CommonLbConfig
Cluster.CommonLbConfig.Builder. getDefaultInstanceForType()
Cluster.CommonLbConfig
Cluster.CommonLbConfig. getDefaultInstanceForType()
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseDelimitedFrom(java.io.InputStream input)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(byte[] data)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(com.google.protobuf.ByteString data)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(java.io.InputStream input)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(java.nio.ByteBuffer data)
static Cluster.CommonLbConfig
Cluster.CommonLbConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.CommonLbConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Cluster.CommonLbConfig,Cluster.CommonLbConfig.Builder,Cluster.CommonLbConfigOrBuilder>
Cluster.Builder. getCommonLbConfigFieldBuilder()
Common configuration for all load balancer implementations.com.google.protobuf.Parser<Cluster.CommonLbConfig>
Cluster.CommonLbConfig. getParserForType()
static com.google.protobuf.Parser<Cluster.CommonLbConfig>
Cluster.CommonLbConfig. parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.CommonLbConfig Modifier and Type Method Description private void
Cluster.CommonLbConfig.Builder. buildPartial0(Cluster.CommonLbConfig result)
private void
Cluster.CommonLbConfig.Builder. buildPartialOneofs(Cluster.CommonLbConfig result)
Cluster.Builder
Cluster.Builder. mergeCommonLbConfig(Cluster.CommonLbConfig value)
Common configuration for all load balancer implementations.Cluster.CommonLbConfig.Builder
Cluster.CommonLbConfig.Builder. mergeFrom(Cluster.CommonLbConfig other)
static Cluster.CommonLbConfig.Builder
Cluster.CommonLbConfig. newBuilder(Cluster.CommonLbConfig prototype)
Cluster.Builder
Cluster.Builder. setCommonLbConfig(Cluster.CommonLbConfig value)
Common configuration for all load balancer implementations.
-