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