Class: Google::Cloud::Bigtable::Admin::V2::GenerateConsistencyTokenRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::GenerateConsistencyTokenRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Request message for google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
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}
.
378 379 380 381 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 378 class GenerateConsistencyTokenRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |