Class BeginTransactionRequest (2.3.4)

BeginTransactionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for Firestore.BeginTransaction][google.firestore.v1.Firestore.BeginTransaction].

Attributes

NameDescription
database str
Required. The database name. In the format: projects/{project_id}/databases/{database_id}.
options google.cloud.firestore_v1.types.TransactionOptions
The options for the transaction. Defaults to a read-write transaction.