Cloud Datastore V1 Client - Class RollbackRequest (1.17.1)

Reference documentation and code samples for the Cloud Datastore V1 Client class RollbackRequest.

The request for Datastore.Rollback.

Generated from protobuf message google.datastore.v1.RollbackRequest

Methods

__construct

Constructor.

Parameters
NameDescription
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 string

Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.

getProjectId

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

Generated from protobuf field string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setProjectId

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

Generated from protobuf field string project_id = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Generated from protobuf field string database_id = 9;

Returns
TypeDescription
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.

Generated from protobuf field string database_id = 9;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTransaction

Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.

Generated from protobuf field bytes transaction = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setTransaction

Required. The transaction identifier, returned by a call to Datastore.BeginTransaction.

Generated from protobuf field bytes transaction = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this