Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest.
Request message for BigtableInstanceAdmin.CreateCluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::Google::Cloud::Bigtable::Admin::V2::Cluster
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::Cluster) — Required. The cluster to be created.
Fields marked
OutputOnly
must be left blank.
#cluster=
def cluster=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Cluster
Parameter
-
value (::Google::Cloud::Bigtable::Admin::V2::Cluster) — Required. The cluster to be created.
Fields marked
OutputOnly
must be left blank.
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::Cluster) — Required. The cluster to be created.
Fields marked
OutputOnly
must be left blank.
#cluster_id
def cluster_id() -> ::String
Returns
-
(::String) — Required. The ID to be used when referring to the new cluster within its
instance, e.g., just
mycluster
rather thanprojects/myproject/instances/myinstance/clusters/mycluster
.
#cluster_id=
def cluster_id=(value) -> ::String
Parameter
-
value (::String) — Required. The ID to be used when referring to the new cluster within its
instance, e.g., just
mycluster
rather thanprojects/myproject/instances/myinstance/clusters/mycluster
.
Returns
-
(::String) — Required. The ID to be used when referring to the new cluster within its
instance, e.g., just
mycluster
rather thanprojects/myproject/instances/myinstance/clusters/mycluster
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The unique name of the instance in which to create the new
cluster. Values are of the form
projects/{project}/instances/{instance}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The unique name of the instance in which to create the new
cluster. Values are of the form
projects/{project}/instances/{instance}
.
Returns
-
(::String) — Required. The unique name of the instance in which to create the new
cluster. Values are of the form
projects/{project}/instances/{instance}
.