Class: Google::Bigtable::Admin::V2::CheckConsistencyRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Request message for BigtableTableAdmin::CheckConsistency

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_tokenString

Returns The token created using GenerateConsistencyToken for the Table.

Returns:

  • (String)

    The token created using GenerateConsistencyToken for the Table.



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

class CheckConsistencyRequest; end

#nameString

Returns The unique name of the Table for which to check replication consistency. Values are of the form projects/<project>/instances/<instance>/tables/<table>.

Returns:

  • (String)

    The unique name of the Table for which to check replication consistency. Values are of the form projects/<project>/instances/<instance>/tables/<table>.



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

class CheckConsistencyRequest; end