class Google::Apis::BigtableadminV2::CheckConsistencyResponse

Response message for google.bigtable.admin.v2.BigtableTableAdmin. CheckConsistency

Attributes

consistent[RW]

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request. Corresponds to the JSON property `consistent` @return [Boolean]

consistent?[RW]

True only if the token is consistent. A token is consistent if replication has caught up with the restrictions specified in the request. Corresponds to the JSON property `consistent` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 370
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigtableadmin_v2/classes.rb, line 375
def update!(**args)
  @consistent = args[:consistent] if args.key?(:consistent)
end