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.



520
521
522
523
# File 'proto_docs/google/datastore/v1/datastore.rb', line 520

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