Class Google::Cloud::Datastore::V1::BeginTransactionRequest (v0.3.5)

The request for Datastore.BeginTransaction.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#project_id

def project_id() -> ::String
Returns
  • (::String) — Required. The ID of the project against which to make the request.

#project_id=

def project_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the project against which to make the request.
Returns
  • (::String) — Required. The ID of the project against which to make the request.

#transaction_options

def transaction_options() -> ::Google::Cloud::Datastore::V1::TransactionOptions
Returns

#transaction_options=

def transaction_options=(value) -> ::Google::Cloud::Datastore::V1::TransactionOptions
Parameter
Returns