Interface Controlcenter.ClusterOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Controlcenter.Cluster, Controlcenter.Cluster.Builder
Enclosing class:
Controlcenter

public static interface Controlcenter.ClusterOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    the UUID (required)
    com.google.protobuf.ByteString
    the UUID (required)
    Deprecated.
    controlcenter.Cluster.clusterName is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    controlcenter.Cluster.clusterName is deprecated.
    .controlcenter.ClusterType clusterType = 1;
    int
    .controlcenter.ClusterType clusterType = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getClusterTypeValue

      int getClusterTypeValue()
      .controlcenter.ClusterType clusterType = 1;
      Returns:
      The enum numeric value on the wire for clusterType.
    • getClusterType

      Controlcenter.ClusterType getClusterType()
      .controlcenter.ClusterType clusterType = 1;
      Returns:
      The clusterType.
    • getClusterId

      String getClusterId()
       the UUID (required)
       
      string clusterId = 2;
      Returns:
      The clusterId.
    • getClusterIdBytes

      com.google.protobuf.ByteString getClusterIdBytes()
       the UUID (required)
       
      string clusterId = 2;
      Returns:
      The bytes for clusterId.
    • getClusterName

      @Deprecated 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];
      Returns:
      The clusterName.
    • getClusterNameBytes

      @Deprecated 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];
      Returns:
      The bytes for clusterName.