Class: Google::Apis::BigtableadminV2::CheckConsistencyRequest
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::CheckConsistencyRequest
- 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
-
#consistency_token ⇒ String
The token created using GenerateConsistencyToken for the Table.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CheckConsistencyRequest
constructor
A new instance of CheckConsistencyRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CheckConsistencyRequest
Returns a new instance of CheckConsistencyRequest
257 258 259 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_token ⇒ String
The token created using GenerateConsistencyToken for the Table.
Corresponds to the JSON property consistencyToken
255 256 257 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 255 def consistency_token @consistency_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
262 263 264 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 262 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end |