Class: Google::Cloud::Firestore::V1::BeginTransactionResponse

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

Overview

The response for Firestore.BeginTransaction.

Instance Attribute Summary collapse

Instance Attribute Details

#transaction::String

Returns The transaction that was started.

Returns:

  • (::String)

    The transaction that was started.



298
299
300
301
# File 'proto_docs/google/firestore/v1/firestore.rb', line 298

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