class Google::Apis::BigtableadminV2::CheckConsistencyRequest

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

Attributes

consistency_token[RW]

Required. The token created using GenerateConsistencyToken for the Table. Corresponds to the JSON property `consistencyToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigtableadmin_v2/classes.rb, line 348
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 353
def update!(**args)
  @consistency_token = args[:consistency_token] if args.key?(:consistency_token)
end