Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.CustomClusterType.Builder
Packages that use Cluster.CustomClusterType.Builder
-
Uses of Cluster.CustomClusterType.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.CustomClusterType.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Cluster.CustomClusterType, Cluster.CustomClusterType.Builder, Cluster.CustomClusterTypeOrBuilder> Cluster.Builder.clusterTypeBuilder_Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.CustomClusterType.BuilderModifier and TypeMethodDescriptionCluster.CustomClusterType.Builder.clear()Cluster.CustomClusterType.Builder.clearName()The type of the cluster to instantiate.Cluster.CustomClusterType.Builder.clearTypedConfig()Cluster specific configuration which depends on the cluster being instantiated.Cluster.Builder.getClusterTypeBuilder()The custom cluster type.Cluster.CustomClusterType.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.CustomClusterType.Builder.mergeFrom(com.google.protobuf.Message other) Cluster.CustomClusterType.Builder.mergeFrom(Cluster.CustomClusterType other) Cluster.CustomClusterType.Builder.mergeTypedConfig(com.google.protobuf.Any value) Cluster specific configuration which depends on the cluster being instantiated.Cluster.CustomClusterType.newBuilder()Cluster.CustomClusterType.newBuilder(Cluster.CustomClusterType prototype) Cluster.CustomClusterType.newBuilderForType()protected Cluster.CustomClusterType.BuilderCluster.CustomClusterType.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The type of the cluster to instantiate.Cluster.CustomClusterType.Builder.setNameBytes(com.google.protobuf.ByteString value) The type of the cluster to instantiate.Cluster.CustomClusterType.Builder.setTypedConfig(com.google.protobuf.Any value) Cluster specific configuration which depends on the cluster being instantiated.Cluster.CustomClusterType.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) Cluster specific configuration which depends on the cluster being instantiated.Cluster.CustomClusterType.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.CustomClusterType.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Cluster.CustomClusterType, Cluster.CustomClusterType.Builder, Cluster.CustomClusterTypeOrBuilder> Cluster.Builder.getClusterTypeFieldBuilder()The custom cluster type.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.CustomClusterType.BuilderModifier and TypeMethodDescriptionCluster.Builder.setClusterType(Cluster.CustomClusterType.Builder builderForValue) The custom cluster type.