Class: Google::Cloud::Firestore::V1::BeginTransactionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::BeginTransactionResponse
- 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
-
#transaction ⇒ ::String
The transaction that was started.
Instance Attribute Details
#transaction ⇒ ::String
Returns The transaction that was started.
290 291 292 293 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 290 class BeginTransactionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |