Class: Google::Bigtable::V2::CheckAndMutateRowResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::V2::CheckAndMutateRowResponse
 
 
- Defined in:
 - lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb
 
Overview
Response message for Bigtable.CheckAndMutateRow.
Instance Attribute Summary collapse
- 
  
    
      #predicate_matched  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether or not the request's +predicate_filter+ yielded any results for the specified row.
 
Instance Attribute Details
#predicate_matched ⇒ true, false
Returns Whether or not the request's +predicate_filter+ yielded any results for the specified row.
      256  | 
    
      # File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/bigtable.rb', line 256 class CheckAndMutateRowResponse; end  |