Class: Google::Cloud::Bigtable::Admin::V2::CheckConsistencyResponse

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

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

Returns:

  • (::Boolean)

    True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request.



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

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