DocumentMask
Stay organized with collections
Save and categorize content based on your preferences.
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 Document
, and takes in account the dynamic nature of Value
.
JSON representation |
{
"fieldPaths": [
string
]
} |
Fields |
fieldPaths[] |
string
The list of field paths in the mask. See Document.fields for a field path syntax reference.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-20 UTC.
[null,null,["Last updated 2025-06-20 UTC."],[],[]]