class Google::Apis::DatastoreV1::ReadWrite
Options specific to read / write transactions.
Attributes
previous_transaction[RW]
The transaction identifier of the transaction being retried. Corresponds to the JSON property `previousTransaction` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastore_v1/classes.rb, line 1787 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastore_v1/classes.rb, line 1792 def update!(**args) @previous_transaction = args[:previous_transaction] if args.key?(:previous_transaction) end