Uses of Class
io.envoyproxy.envoy.config.core.v3.BindConfig
-
Packages that use BindConfig Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.config.core.v3 -
-
Uses of BindConfig in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as BindConfig Modifier and Type Field Description private BindConfig
ClusterManager.Builder. upstreamBindConfig_
private BindConfig
ClusterManager. upstreamBindConfig_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type BindConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder,BindConfigOrBuilder>
ClusterManager.Builder. upstreamBindConfigBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return BindConfig Modifier and Type Method Description BindConfig
ClusterManager.Builder. getUpstreamBindConfig()
Optional configuration used to bind newly established upstream connections.BindConfig
ClusterManager. getUpstreamBindConfig()
Optional configuration used to bind newly established upstream connections.BindConfig
ClusterManagerOrBuilder. getUpstreamBindConfig()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type BindConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder,BindConfigOrBuilder>
ClusterManager.Builder. getUpstreamBindConfigFieldBuilder()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type BindConfig Modifier and Type Method Description ClusterManager.Builder
ClusterManager.Builder. mergeUpstreamBindConfig(BindConfig value)
Optional configuration used to bind newly established upstream connections.ClusterManager.Builder
ClusterManager.Builder. setUpstreamBindConfig(BindConfig value)
Optional configuration used to bind newly established upstream connections. -
Uses of BindConfig in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as BindConfig Modifier and Type Field Description private BindConfig
Cluster.Builder. upstreamBindConfig_
private BindConfig
Cluster. upstreamBindConfig_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type BindConfig Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder,BindConfigOrBuilder>
Cluster.Builder. upstreamBindConfigBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return BindConfig Modifier and Type Method Description BindConfig
Cluster.Builder. getUpstreamBindConfig()
Optional configuration used to bind newly established upstream connections.BindConfig
Cluster. getUpstreamBindConfig()
Optional configuration used to bind newly established upstream connections.BindConfig
ClusterOrBuilder. getUpstreamBindConfig()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type BindConfig Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<BindConfig,BindConfig.Builder,BindConfigOrBuilder>
Cluster.Builder. getUpstreamBindConfigFieldBuilder()
Optional configuration used to bind newly established upstream connections.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type BindConfig Modifier and Type Method Description Cluster.Builder
Cluster.Builder. mergeUpstreamBindConfig(BindConfig value)
Optional configuration used to bind newly established upstream connections.Cluster.Builder
Cluster.Builder. setUpstreamBindConfig(BindConfig value)
Optional configuration used to bind newly established upstream connections. -
Uses of BindConfig in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as BindConfig Modifier and Type Field Description private static BindConfig
BindConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type BindConfig Modifier and Type Field Description private static com.google.protobuf.Parser<BindConfig>
BindConfig. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return BindConfig Modifier and Type Method Description BindConfig
BindConfig.Builder. build()
BindConfig
BindConfig.Builder. buildPartial()
static BindConfig
BindConfig. getDefaultInstance()
BindConfig
BindConfig.Builder. getDefaultInstanceForType()
BindConfig
BindConfig. getDefaultInstanceForType()
static BindConfig
BindConfig. parseDelimitedFrom(java.io.InputStream input)
static BindConfig
BindConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindConfig
BindConfig. parseFrom(byte[] data)
static BindConfig
BindConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindConfig
BindConfig. parseFrom(com.google.protobuf.ByteString data)
static BindConfig
BindConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindConfig
BindConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static BindConfig
BindConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindConfig
BindConfig. parseFrom(java.io.InputStream input)
static BindConfig
BindConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BindConfig
BindConfig. parseFrom(java.nio.ByteBuffer data)
static BindConfig
BindConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type BindConfig Modifier and Type Method Description com.google.protobuf.Parser<BindConfig>
BindConfig. getParserForType()
static com.google.protobuf.Parser<BindConfig>
BindConfig. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type BindConfig Modifier and Type Method Description private void
BindConfig.Builder. buildPartial0(BindConfig result)
private void
BindConfig.Builder. buildPartialRepeatedFields(BindConfig result)
BindConfig.Builder
BindConfig.Builder. mergeFrom(BindConfig other)
static BindConfig.Builder
BindConfig. newBuilder(BindConfig prototype)
-