Class: Google::Cloud::Spanner::Admin::Instance::V1::CreateInstancePartitionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The request for CreateInstancePartition.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_partition::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition

Returns Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>.

Returns:



1081
1082
1083
1084
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1081

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

#instance_partition_id::String

Returns Required. The ID of the instance partition to create. Valid identifiers are of the form [a-z][-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length.

Returns:

  • (::String)

    Required. The ID of the instance partition to create. Valid identifiers are of the form [a-z][-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length.



1081
1082
1083
1084
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1081

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

#parent::String

Returns Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>.

Returns:

  • (::String)

    Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>.



1081
1082
1083
1084
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1081

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