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 TypeMethodDescriptionthe UUID (required)com.google.protobuf.ByteStringthe UUID (required)Deprecated.controlcenter.Cluster.clusterName is deprecated.com.google.protobuf.ByteStringDeprecated.controlcenter.Cluster.clusterName is deprecated..controlcenter.ClusterType clusterType = 1;int.controlcenter.ClusterType clusterType = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102the optional name set on the cluster itself
string clusterName = 3 [deprecated = true];- Returns:
- The clusterName.
-
getClusterNameBytes
Deprecated.controlcenter.Cluster.clusterName is deprecated. See control-center/controlcenter.proto;l=102the optional name set on the cluster itself
string clusterName = 3 [deprecated = true];- Returns:
- The bytes for clusterName.
-