Class: Google::Cloud::Datastore::V1::TransactionOptions::ReadWrite

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/datastore.rb

Overview

Options specific to read / write transactions.

Instance Attribute Summary collapse

Instance Attribute Details

#previous_transaction::String

Returns The transaction identifier of the transaction being retried.

Returns:

  • (::String)

    The transaction identifier of the transaction being retried.



498
499
500
501
# File 'proto_docs/google/datastore/v1/datastore.rb', line 498

class ReadWrite
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end