Class: Google::Apis::BigtableadminV2::CheckConsistencyRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/bigtableadmin_v2/classes.rb,
generated/google/apis/bigtableadmin_v2/representations.rb,
generated/google/apis/bigtableadmin_v2/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CheckConsistencyRequest

Returns a new instance of CheckConsistencyRequest.



293
294
295
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 293

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#consistency_tokenString

The token created using GenerateConsistencyToken for the Table. Corresponds to the JSON property consistencyToken

Returns:

  • (String)


291
292
293
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 291

def consistency_token
  @consistency_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



298
299
300
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 298

def update!(**args)
  @consistency_token = args[:consistency_token] if args.key?(:consistency_token)
end