Class: Google::Cloud::Bigtable::Admin::V2::CheckConsistencyRequest

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 Required. The token created using GenerateConsistencyToken for the Table.

Returns:

  • (::String)

    Required. The token created using GenerateConsistencyToken for the Table.



326
327
328
329
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 326

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

#name::String

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

Returns:

  • (::String)

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



326
327
328
329
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 326

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