Class CommitRequest (2.7.1)

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

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

Attributes

NameDescription
database str
Required. The database name. In the format: ``projects/{project_id}/databases/{database_id}``.
writes Sequence[google.cloud.firestore_v1.types.Write]
The writes to apply. Always executed atomically and in order.
transaction bytes
If set, applies all writes in this transaction, and commits it.

Inheritance

builtins.object > proto.message.Message > CommitRequest