public interface CreateClusterRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Cluster |
getCluster()
The cluster to be created.
|
java.lang.String |
getClusterId()
The ID to be used when referring to the new cluster within its instance,
e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
ByteString |
getClusterIdBytes()
The ID to be used when referring to the new cluster within its instance,
e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
ClusterOrBuilder |
getClusterOrBuilder()
The cluster to be created.
|
java.lang.String |
getParent()
The unique name of the instance in which to create the new cluster.
|
ByteString |
getParentBytes()
The unique name of the instance in which to create the new cluster.
|
boolean |
hasCluster()
The cluster to be created.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The unique name of the instance in which to create the new cluster. Values are of the form `projects/<project>/instances/<instance>`.
string parent = 1;
ByteString getParentBytes()
The unique name of the instance in which to create the new cluster. Values are of the form `projects/<project>/instances/<instance>`.
string parent = 1;
java.lang.String getClusterId()
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
string cluster_id = 2;
ByteString getClusterIdBytes()
The ID to be used when referring to the new cluster within its instance, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`.
string cluster_id = 2;
boolean hasCluster()
The cluster to be created. Fields marked `OutputOnly` must be left blank.
.google.bigtable.admin.v2.Cluster cluster = 3;
Cluster getCluster()
The cluster to be created. Fields marked `OutputOnly` must be left blank.
.google.bigtable.admin.v2.Cluster cluster = 3;
ClusterOrBuilder getClusterOrBuilder()
The cluster to be created. Fields marked `OutputOnly` must be left blank.
.google.bigtable.admin.v2.Cluster cluster = 3;