Class: Google::Spanner::V1::Mutation::Delete

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb

Overview

Arguments to delete operations.

Instance Attribute Summary collapse

Instance Attribute Details

#key_setGoogle::Spanner::V1::KeySet

Returns Required. The primary keys of the rows within table to delete. Delete is idempotent. The transaction will succeed even if some or all rows do not exist.

Returns:

  • (Google::Spanner::V1::KeySet)

    Required. The primary keys of the rows within table to delete. Delete is idempotent. The transaction will succeed even if some or all rows do not exist.



86
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 86

class Delete; end

#tableString

Returns Required. The table whose rows will be deleted.

Returns:

  • (String)

    Required. The table whose rows will be deleted.



86
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 86

class Delete; end