Class: Google::Spanner::V1::Mutation::Delete
- Inherits:
-
Object
- Object
- Google::Spanner::V1::Mutation::Delete
- Defined in:
- lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb
Overview
Arguments to delete operations.
Instance Attribute Summary collapse
-
#key_set ⇒ Google::Spanner::V1::KeySet
Required.
-
#table ⇒ String
Required.
Instance Attribute Details
#key_set ⇒ Google::Spanner::V1::KeySet
Returns Required. The primary keys of the rows within table to delete.
76 |
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 76 class Delete; end |
#table ⇒ String
Returns 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 |