Class: Google::Cloud::Datastore::V1::TransactionOptions::ReadWrite
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::TransactionOptions::ReadWrite
- 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
-
#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.
736 737 738 739 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 736 class ReadWrite include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |