generated/google/firestore/v1/common.pb library

Classes

DocumentMask
A set of field paths on a document. Used to restrict a get or update operation on a document to a subset of its fields. This is different from standard field masks, as this is always scoped to a google.firestore.v1.Document, and takes in account the dynamic nature of google.firestore.v1.Value.
Precondition
A precondition on a document, used for conditional operations.
TransactionOptions
Options for creating a new transaction.
TransactionOptions_ReadOnly
Options for a transaction that can only be used to read documents.
TransactionOptions_ReadWrite
Options for a transaction that can be used to read and write documents.