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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Instance Attribute Summary collapse

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}.

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}.



373
374
375
376
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 373

class GenerateConsistencyTokenRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end