Class: Google::Bigtable::Admin::V2::GenerateConsistencyTokenRequest

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::GenerateConsistencyToken

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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

Returns:

  • (String)

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



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

class GenerateConsistencyTokenRequest; end