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.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 431 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.
Note: The following fields are mutually exclusive: data_boost_read_local_writes
, standard_read_remote_writes
. If a field in that set is populated, all other fields in the set will automatically be cleared.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 431 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}
.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 431 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.
Note: The following fields are mutually exclusive: standard_read_remote_writes
, data_boost_read_local_writes
. If a field in that set is populated, all other fields in the set will automatically be cleared.
431 432 433 434 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 431 class CheckConsistencyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |