Reference documentation and code samples for the Cloud Datastore V1 Client class BeginTransactionRequest.
The request for Datastore.BeginTransaction .
Generated from protobuf message google.datastore.v1.BeginTransactionRequest
Namespace
Google \ Cloud \ Datastore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
Required. The ID of the project against which to make the request.
↳ database_id
string
The ID of the database against which to make the request. '(default)' is not allowed; please use empty string '' to refer the default database.
↳ transaction_options
getProjectId
Required. The ID of the project against which to make the request.
string
setProjectId
Required. The ID of the project against which to make the request.
var
string
$this
getDatabaseId
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
string
setDatabaseId
The ID of the database against which to make the request.
'(default)' is not allowed; please use empty string '' to refer the default database.
var
string
$this
getTransactionOptions
Options for a new transaction.
hasTransactionOptions
clearTransactionOptions
setTransactionOptions
Options for a new transaction.
$this
static::build
projectId
string
Required. The ID of the project against which to make the request.