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

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

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition.

Returns:

  • (::String)

    Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition.



1099
1100
1101
1102
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1099

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

#name::String

Returns Required. The name of the instance partition to be deleted. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

Returns:

  • (::String)

    Required. The name of the instance partition to be deleted. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}



1099
1100
1101
1102
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1099

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