Class: Google::Cloud::Bigtable::Admin::V2::CheckConsistencyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CheckConsistencyRequest
- 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.CheckConsistency
Instance Attribute Summary collapse
-
#consistency_token ⇒ ::String
Required.
-
#data_boost_read_local_writes ⇒ ::Google::Cloud::Bigtable::Admin::V2::DataBoostReadLocalWrites
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. -
#name ⇒ ::String
Required.
-
#standard_read_remote_writes ⇒ ::Google::Cloud::Bigtable::Admin::V2::StandardReadRemoteWrites
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.
Instance Attribute Details
#consistency_token ⇒ ::String
Returns 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.
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}
.
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.
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 |