Class: Google::Cloud::Bigtable::Admin::V2::CheckConsistencyResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::CheckConsistencyResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb
Overview
Response message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
Instance Attribute Summary collapse
-
#consistent ⇒ ::Boolean
True only if the token is consistent.
Instance Attribute Details
#consistent ⇒ ::Boolean
Returns True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.
438 439 440 441 |
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 438 class CheckConsistencyResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |