Uses of Class
io.envoyproxy.envoy.extensions.clusters.aggregate.v3.ClusterConfig
-
Packages that use ClusterConfig Package Description io.envoyproxy.envoy.extensions.clusters.aggregate.v3 -
-
Uses of ClusterConfig in io.envoyproxy.envoy.extensions.clusters.aggregate.v3
Fields in io.envoyproxy.envoy.extensions.clusters.aggregate.v3 declared as ClusterConfig Modifier and Type Field Description private static ClusterConfig
ClusterConfig. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.extensions.clusters.aggregate.v3 with type parameters of type ClusterConfig Modifier and Type Field Description private static com.google.protobuf.Parser<ClusterConfig>
ClusterConfig. PARSER
Methods in io.envoyproxy.envoy.extensions.clusters.aggregate.v3 that return ClusterConfig Modifier and Type Method Description ClusterConfig
ClusterConfig.Builder. build()
ClusterConfig
ClusterConfig.Builder. buildPartial()
static ClusterConfig
ClusterConfig. getDefaultInstance()
ClusterConfig
ClusterConfig.Builder. getDefaultInstanceForType()
ClusterConfig
ClusterConfig. getDefaultInstanceForType()
static ClusterConfig
ClusterConfig. parseDelimitedFrom(java.io.InputStream input)
static ClusterConfig
ClusterConfig. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterConfig
ClusterConfig. parseFrom(byte[] data)
static ClusterConfig
ClusterConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterConfig
ClusterConfig. parseFrom(com.google.protobuf.ByteString data)
static ClusterConfig
ClusterConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterConfig
ClusterConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static ClusterConfig
ClusterConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterConfig
ClusterConfig. parseFrom(java.io.InputStream input)
static ClusterConfig
ClusterConfig. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterConfig
ClusterConfig. parseFrom(java.nio.ByteBuffer data)
static ClusterConfig
ClusterConfig. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.extensions.clusters.aggregate.v3 that return types with arguments of type ClusterConfig Modifier and Type Method Description com.google.protobuf.Parser<ClusterConfig>
ClusterConfig. getParserForType()
static com.google.protobuf.Parser<ClusterConfig>
ClusterConfig. parser()
Methods in io.envoyproxy.envoy.extensions.clusters.aggregate.v3 with parameters of type ClusterConfig Modifier and Type Method Description private void
ClusterConfig.Builder. buildPartial0(ClusterConfig result)
ClusterConfig.Builder
ClusterConfig.Builder. mergeFrom(ClusterConfig other)
static ClusterConfig.Builder
ClusterConfig. newBuilder(ClusterConfig prototype)
-