Class: Google::Bigtable::Admin::V2::CheckConsistencyResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Bigtable::Admin::V2::CheckConsistencyResponse
 
 
- Defined in:
 - lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
 
Overview
Response message for BigtableTableAdmin::CheckConsistency
Instance Attribute Summary collapse
- 
  
    
      #consistent  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
True only if the token is consistent.
 
Instance Attribute Details
#consistent ⇒ true, false
Returns True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.
      213  | 
    
      # File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 213 class CheckConsistencyResponse; end  |