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

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



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

class GenerateConsistencyTokenRequest; end