Class: Google::Bigtable::V2::ReadModifyWriteRowResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::V2::ReadModifyWriteRowResponse
 
 
- Defined in:
 - lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
 
Overview
Response message for Bigtable.ReadModifyWriteRow.
Instance Attribute Summary collapse
- 
  
    
      #row  ⇒ Google::Bigtable::V2::Row 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Row containing the new contents of all cells modified by the request.
 
Instance Attribute Details
#row ⇒ Google::Bigtable::V2::Row
Returns A Row containing the new contents of all cells modified by the request.
      283  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 283 class ReadModifyWriteRowResponse; end  |