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. Delete is idempotent. The transaction will succeed even if some or all rows do not exist.
      78  | 
    
      # File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 78 class Delete; end  | 
  
#table ⇒ String
Returns Required. The table whose rows will be deleted.
      78  | 
    
      # File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/mutation.rb', line 78 class Delete; end  |