Class: Google::Apis::BigtableadminV2::GenerateConsistencyTokenResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_tokenString

The generated consistency token. Corresponds to the JSON property consistencyToken

Returns:

  • (String)


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