Class: Google::Datastore::V1::BeginTransactionRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb

Overview

The request for Datastore::BeginTransaction.

Instance Attribute Summary collapse

Instance Attribute Details

#project_idString

Returns The ID of the project against which to make the request.

Returns:

  • (String)

    The ID of the project against which to make the request.



96
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 96

class BeginTransactionRequest; end

#transaction_optionsGoogle::Datastore::V1::TransactionOptions

Returns Options for a new transaction.

Returns:



96
# File 'lib/google/cloud/datastore/v1/doc/google/datastore/v1/datastore.rb', line 96

class BeginTransactionRequest; end