Class: Google::Cloud::Datastore::V1::BeginTransactionResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#transaction::String

Returns The transaction identifier (always present).

Returns:

  • (::String)

    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