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.



1048
1049
1050
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1048

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#consistency_tokenString

The generated consistency token. Corresponds to the JSON property consistencyToken

Returns:

  • (String)


1046
1047
1048
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1046

def consistency_token
  @consistency_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1053
1054
1055
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1053

def update!(**args)
  @consistency_token = args[:consistency_token] if args.key?(:consistency_token)
end