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][google.datastore.v1.Value.array_value].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `PropertyMask` class within the Google Cloud Datastore V1 API is 4.15.0."],["This class, `PropertyMask`, is used to restrict operations to a specific subset of properties in an entity by defining nested property paths."],["The `PropertyMask` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PropertyMask` class includes a `Paths` property, which is a list of the paths to the properties covered by the mask, expressed as a `RepeatedField` of strings."],["There are several documented versions available for `PropertyMask` class starting from version 3.2.0 to the latest, 4.15.0."]]],[]]