Class: Google::Spanner::V1::BeginTransactionRequest

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

Overview

The request for BeginTransaction.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsGoogle::Spanner::V1::TransactionOptions

Returns Required. Options for the new transaction.

Returns:



163
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 163

class BeginTransactionRequest; end

#sessionString

Returns Required. The session in which the transaction runs.

Returns:

  • (String)

    Required. The session in which the transaction runs.



163
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 163

class BeginTransactionRequest; end