class Google::Apis::DatastoreV1beta3::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_v1beta3/classes.rb, line 1487
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_v1beta3/classes.rb, line 1492
def update!(**args)
  @previous_transaction = args[:previous_transaction] if args.key?(:previous_transaction)
end