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

Constructor Details

#initialize(**args) ⇒ CheckConsistencyRequest

Returns a new instance of CheckConsistencyRequest.



340
341
342
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 340

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

Instance Attribute Details

#consistency_tokenString

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

Returns:

  • (String)


338
339
340
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 338

def consistency_token
  @consistency_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



345
346
347
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 345

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