Class: Google::Cloud::Firestore::V1::TransactionOptions::ReadWrite

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

Overview

Options for a transaction that can be used to read and write documents.

Instance Attribute Summary collapse

Instance Attribute Details

#retry_transaction::String

Returns An optional transaction to retry.

Returns:

  • (::String)

    An optional transaction to retry.



67
68
69
70
# File 'proto_docs/google/firestore/v1/common.rb', line 67

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