Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.CustomClusterType
Packages that use Cluster.CustomClusterType
-
Uses of Cluster.CustomClusterType in io.envoyproxy.envoy.config.cluster.v3
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.CustomClusterTypeModifier and TypeMethodDescriptionCluster.CustomClusterType.Builder.build()Cluster.CustomClusterType.Builder.buildPartial()Cluster.Builder.getClusterType()The custom cluster type.Cluster.getClusterType()The custom cluster type.ClusterOrBuilder.getClusterType()The custom cluster type.static Cluster.CustomClusterTypeCluster.CustomClusterType.getDefaultInstance()Cluster.CustomClusterType.Builder.getDefaultInstanceForType()Cluster.CustomClusterType.getDefaultInstanceForType()static Cluster.CustomClusterTypeCluster.CustomClusterType.parseDelimitedFrom(InputStream input) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(byte[] data) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(com.google.protobuf.ByteString data) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(com.google.protobuf.CodedInputStream input) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(InputStream input) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(ByteBuffer data) static Cluster.CustomClusterTypeCluster.CustomClusterType.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.CustomClusterTypeModifier and TypeMethodDescriptioncom.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.CustomClusterTypeModifier and TypeMethodDescriptionCluster.Builder.mergeClusterType(Cluster.CustomClusterType value) The custom cluster type.Cluster.CustomClusterType.Builder.mergeFrom(Cluster.CustomClusterType other) Cluster.CustomClusterType.newBuilder(Cluster.CustomClusterType prototype) Cluster.Builder.setClusterType(Cluster.CustomClusterType value) The custom cluster type.