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