Class Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest (v0.8.1)

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

#cluster=

def cluster=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Cluster
Parameter
Returns

#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 than projects/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 than projects/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 than projects/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}.