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.

Returns:



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

class Delete; end

#tableString

Returns Required. The table whose rows will be deleted.

Returns:

  • (String)

    Required. The table whose rows will be deleted.



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

class Delete; end