Class Controlcenter.Cluster.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Controlcenter.Cluster.Builder>
com.google.protobuf.GeneratedMessage.Builder<Controlcenter.Cluster.Builder>
io.confluent.controlcenter.record.Controlcenter.Cluster.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Controlcenter.ClusterOrBuilder, Cloneable
Enclosing class:
Controlcenter.Cluster

public static final class Controlcenter.Cluster.Builder extends com.google.protobuf.GeneratedMessage.Builder<Controlcenter.Cluster.Builder> implements Controlcenter.ClusterOrBuilder
Protobuf type controlcenter.Cluster
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Controlcenter.Cluster.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Controlcenter.Cluster.Builder>
    • getDefaultInstanceForType

      public Controlcenter.Cluster getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Controlcenter.Cluster build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Controlcenter.Cluster buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Controlcenter.Cluster.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Controlcenter.Cluster.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Controlcenter.Cluster.Builder>
    • mergeFrom

      public Controlcenter.Cluster.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Controlcenter.Cluster.Builder>
      Throws:
      IOException
    • getClusterTypeValue

      public int getClusterTypeValue()
      .controlcenter.ClusterType clusterType = 1;
      Specified by:
      getClusterTypeValue in interface Controlcenter.ClusterOrBuilder
      Returns:
      The enum numeric value on the wire for clusterType.
    • setClusterTypeValue

      public Controlcenter.Cluster.Builder setClusterTypeValue(int value)
      .controlcenter.ClusterType clusterType = 1;
      Parameters:
      value - The enum numeric value on the wire for clusterType to set.
      Returns:
      This builder for chaining.
    • getClusterType

      public Controlcenter.ClusterType getClusterType()
      .controlcenter.ClusterType clusterType = 1;
      Specified by:
      getClusterType in interface Controlcenter.ClusterOrBuilder
      Returns:
      The clusterType.
    • setClusterType

      .controlcenter.ClusterType clusterType = 1;
      Parameters:
      value - The clusterType to set.
      Returns:
      This builder for chaining.
    • clearClusterType

      public Controlcenter.Cluster.Builder clearClusterType()
      .controlcenter.ClusterType clusterType = 1;
      Returns:
      This builder for chaining.
    • getClusterId

      public String getClusterId()
       the UUID (required)
       
      string clusterId = 2;
      Specified by:
      getClusterId in interface Controlcenter.ClusterOrBuilder
      Returns:
      The clusterId.
    • getClusterIdBytes

      public com.google.protobuf.ByteString getClusterIdBytes()
       the UUID (required)
       
      string clusterId = 2;
      Specified by:
      getClusterIdBytes in interface Controlcenter.ClusterOrBuilder
      Returns:
      The bytes for clusterId.
    • setClusterId

      public Controlcenter.Cluster.Builder setClusterId(String value)
       the UUID (required)
       
      string clusterId = 2;
      Parameters:
      value - The clusterId to set.
      Returns:
      This builder for chaining.
    • clearClusterId

      public Controlcenter.Cluster.Builder clearClusterId()
       the UUID (required)
       
      string clusterId = 2;
      Returns:
      This builder for chaining.
    • setClusterIdBytes

      public Controlcenter.Cluster.Builder setClusterIdBytes(com.google.protobuf.ByteString value)
       the UUID (required)
       
      string clusterId = 2;
      Parameters:
      value - The bytes for clusterId to set.
      Returns:
      This builder for chaining.
    • getClusterName

      @Deprecated public String getClusterName()
      Deprecated.
      controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102
       the optional name set on the cluster itself
       
      string clusterName = 3 [deprecated = true];
      Specified by:
      getClusterName in interface Controlcenter.ClusterOrBuilder
      Returns:
      The clusterName.
    • getClusterNameBytes

      @Deprecated public com.google.protobuf.ByteString getClusterNameBytes()
      Deprecated.
      controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102
       the optional name set on the cluster itself
       
      string clusterName = 3 [deprecated = true];
      Specified by:
      getClusterNameBytes in interface Controlcenter.ClusterOrBuilder
      Returns:
      The bytes for clusterName.
    • setClusterName

      @Deprecated public Controlcenter.Cluster.Builder setClusterName(String value)
      Deprecated.
      controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102
       the optional name set on the cluster itself
       
      string clusterName = 3 [deprecated = true];
      Parameters:
      value - The clusterName to set.
      Returns:
      This builder for chaining.
    • clearClusterName

      @Deprecated public Controlcenter.Cluster.Builder clearClusterName()
      Deprecated.
      controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102
       the optional name set on the cluster itself
       
      string clusterName = 3 [deprecated = true];
      Returns:
      This builder for chaining.
    • setClusterNameBytes

      @Deprecated public Controlcenter.Cluster.Builder setClusterNameBytes(com.google.protobuf.ByteString value)
      Deprecated.
      controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102
       the optional name set on the cluster itself
       
      string clusterName = 3 [deprecated = true];
      Parameters:
      value - The bytes for clusterName to set.
      Returns:
      This builder for chaining.