PropertyMask
Stay organized with collections
Save and categorize content based on your preferences.
The set of arbitrarily nested property paths used to restrict an operation to only a subset of properties in an entity.
| JSON representation |
{
"paths": [
string
]
} |
| Fields |
paths[] |
string
The paths to the properties covered by this mask. A path is a list of property names separated by dots (.), for example foo.bar means the property bar inside the entity property foo inside the entity associated with this path. If a property name contains a dot . or a backslash \, then that name must be escaped. A path must not be empty, and may not reference a value inside an array value.
|
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-04-30 UTC.
[null,null,["Last updated 2025-04-30 UTC."],[],[]]