Reference documentation and code samples for the Cloud Firestore V1 Client class RollbackRequest.
The request for Firestore.Rollback .
Generated from protobuf message google.firestore.v1.RollbackRequest
Namespace
Google \ Cloud \ Firestore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ database
string
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
↳ transaction
string
Required. The transaction to roll back.
getDatabase
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
string
setDatabase
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
var
string
$this
getTransaction
Required. The transaction to roll back.
string
setTransaction
Required. The transaction to roll back.
var
string
$this
static::build
database
string
Required. The database name. In the format: projects/{project_id}/databases/{database_id}
.
transaction
string
Required. The transaction to roll back.