Class: Google::Apis::BigtableadminV2::GenerateConsistencyTokenResponse
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GenerateConsistencyTokenResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb
Overview
Response message for google.bigtable.admin.v2.BigtableTableAdmin. GenerateConsistencyToken
Instance Attribute Summary collapse
-
#consistency_token ⇒ String
The generated consistency token.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenerateConsistencyTokenResponse
constructor
A new instance of GenerateConsistencyTokenResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenerateConsistencyTokenResponse
Returns a new instance of GenerateConsistencyTokenResponse.
1499 1500 1501 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1499 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_token ⇒ String
The generated consistency token.
Corresponds to the JSON property consistencyToken
1497 1498 1499 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1497 def consistency_token @consistency_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1504 1505 1506 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1504 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end |