Class: Google::Bigtable::Admin::V2::GenerateConsistencyTokenResponse
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::GenerateConsistencyTokenResponse
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Response message for BigtableTableAdmin::GenerateConsistencyToken
Instance Attribute Summary collapse
-
#consistency_token ⇒ String
The generated consistency token.
Instance Attribute Details
#consistency_token ⇒ String
Returns The generated consistency token.
193 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 193 class GenerateConsistencyTokenResponse; end |