public interface CreateClusterRequestOrBuilder
extends com.google.protobuf.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`.
|
com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofjava.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;com.google.protobuf.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;com.google.protobuf.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;