Class: Google::Apis::BigtableadminV2::GenerateConsistencyTokenResponse
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GenerateConsistencyTokenResponse
- 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
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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GenerateConsistencyTokenResponse
Returns a new instance of GenerateConsistencyTokenResponse
746 747 748 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 746 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_token ⇒ String
The generated consistency token.
Corresponds to the JSON property consistencyToken
744 745 746 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 744 def consistency_token @consistency_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
751 752 753 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 751 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end |