Class: Google::Cloud::Datastore::V1::BeginTransactionResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::BeginTransactionResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/datastore.rb
Overview
The response for Datastore.BeginTransaction.
Instance Attribute Summary collapse
-
#transaction ⇒ ::String
The transaction identifier (always present).
Instance Attribute Details
#transaction ⇒ ::String
Returns The transaction identifier (always present).
207 208 209 210 |
# File 'proto_docs/google/datastore/v1/datastore.rb', line 207 class BeginTransactionResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |