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.



413
414
415
416
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 413

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

#data_boost_read_local_writes::Google::Cloud::Bigtable::Admin::V2::DataBoostReadLocalWrites

Returns Checks that reads using an app profile with DataBoostIsolationReadOnly can see all writes committed before the token was created, but only if the read and write target the same cluster.

Returns:



413
414
415
416
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 413

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



413
414
415
416
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 413

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

#standard_read_remote_writes::Google::Cloud::Bigtable::Admin::V2::StandardReadRemoteWrites

Returns Checks that reads using an app profile with StandardIsolation can see all writes committed before the token was created, even if the read and write target different clusters.

Returns:



413
414
415
416
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 413

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