Class: Google::Cloud::Bigtable::Admin::V2::GenerateConsistencyTokenResponse

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

#consistency_token::String

Returns The generated consistency token.

Returns:

  • (::String)

    The generated consistency token.



383
384
385
386
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 383

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