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.
1496 1497 1498 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1496 def initialize(**args) update!(**args) end |
Instance Attribute Details
#consistency_token ⇒ String
The generated consistency token.
Corresponds to the JSON property consistencyToken
1494 1495 1496 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1494 def consistency_token @consistency_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1501 1502 1503 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1501 def update!(**args) @consistency_token = args[:consistency_token] if args.key?(:consistency_token) end |