Class: Google::Bigtable::Admin::V2::CheckConsistencyResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#consistenttrue, 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.

Returns:

  • (true, false)

    True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.



218
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 218

class CheckConsistencyResponse; end