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 Required. The token created using GenerateConsistencyToken for the Table.

Returns:

  • (String)

    Required. The token created using GenerateConsistencyToken for the Table.



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

class CheckConsistencyRequest; end

#nameString

Returns Required. 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)

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



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

class CheckConsistencyRequest; end