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.
Instance Attribute Details
#project_id ⇒ String
Returns The ID of the project against which to make the request.
82 |
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 82 class BeginTransactionRequest; end |