Class: Google::Cloud::Bigtable::Admin::V2::CreateClusterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.CreateCluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::Google::Cloud::Bigtable::Admin::V2::Cluster

Returns Required. The cluster to be created. Fields marked OutputOnly must be left blank.

Returns:



140
141
142
143
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 140

class CreateClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cluster_id::String

Returns 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.



140
141
142
143
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 140

class CreateClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}.



140
141
142
143
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 140

class CreateClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end