Class: Google::Datastore::V1::TransactionOptions::ReadWrite
- Inherits:
-
Object
- Object
- Google::Datastore::V1::TransactionOptions::ReadWrite
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
Options specific to read / write transactions.
Instance Attribute Summary collapse
-
#previous_transaction ⇒ String
The transaction identifier of the transaction being retried.
Instance Attribute Details
#previous_transaction ⇒ String
Returns The transaction identifier of the transaction being retried.
285 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 285 class ReadWrite; end |