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
DataBoostIsolationReadOnlycan 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
StandardIsolationcan see all writes committed before the token was created, even if the read and write target different clusters.
Instance Attribute Details
#consistency_token ⇒ ::String
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
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
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
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 |