Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::TransactionOptions::ReadWrite.
Options for a transaction that can be used to read and write documents.
Firestore does not allow 3rd party auth requests to create read-write. transactions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#retry_transaction
def retry_transaction() -> ::String
Returns
- (::String) — An optional transaction to retry.
#retry_transaction=
def retry_transaction=(value) -> ::String
Parameter
- value (::String) — An optional transaction to retry.
Returns
- (::String) — An optional transaction to retry.