Class: Google::Datastore::V1::BeginTransactionRequest
- Inherits:
-
Object
- Object
- Google::Datastore::V1::BeginTransactionRequest
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb
Overview
The request for Datastore::BeginTransaction.
Instance Attribute Summary collapse
-
#project_id ⇒ String
The ID of the project against which to make the request.
-
#transaction_options ⇒ Google::Datastore::V1::TransactionOptions
Options for a new transaction.
Instance Attribute Details
#project_id ⇒ String
Returns The ID of the project against which to make the request.
85 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 85 class BeginTransactionRequest; end |
#transaction_options ⇒ Google::Datastore::V1::TransactionOptions
Returns Options for a new transaction.
85 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 85 class BeginTransactionRequest; end |