Class: Google::Cloud::Bigtable::Admin::V2::CreateInstanceRequest

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

Defined Under Namespace

Classes: ClustersEntry

Instance Attribute Summary collapse

Instance Attribute Details

#clusters::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::Cluster}

Returns Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank. Currently, at most four clusters can be specified.

Returns:

  • (::Google::Protobuf::Map{::String => ::Google::Cloud::Bigtable::Admin::V2::Cluster})

    Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank. Currently, at most four clusters can be specified.



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 46

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Bigtable::Admin::V2::Cluster]
  class ClustersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#instance::Google::Cloud::Bigtable::Admin::V2::Instance

Returns Required. The instance to create. Fields marked OutputOnly must be left blank.

Returns:



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 46

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Bigtable::Admin::V2::Cluster]
  class ClustersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#instance_id::String

Returns Required. The ID to be used when referring to the new instance within its project, e.g., just myinstance rather than projects/myproject/instances/myinstance.

Returns:

  • (::String)

    Required. The ID to be used when referring to the new instance within its project, e.g., just myinstance rather than projects/myproject/instances/myinstance.



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 46

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Bigtable::Admin::V2::Cluster]
  class ClustersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns Required. The unique name of the project in which to create the new instance. Values are of the form projects/{project}.

Returns:

  • (::String)

    Required. The unique name of the project in which to create the new instance. Values are of the form projects/{project}.



46
47
48
49
50
51
52
53
54
55
56
57
58
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 46

class CreateInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Bigtable::Admin::V2::Cluster]
  class ClustersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end