Stores an ordered path through message fields.
append and appendMany change this instance. Use copy or concat when the original path must stay unchanged.
Stores an ordered path through message fields.
append and appendMany change this instance. Use copy or concat when the original path must stay unchanged.
Returns a JSON-safe value for logs.
Iterates over the path segments in traversal order.
Appends one key to this path and returns this instance.
Appends all supplied keys to this path and returns this instance.
Returns the segment at the specified zero-based index.
Returns an independent copy of this field path.
Returns whether this path is a strict prefix of another path.
Equal paths are not prefixes for this method.
Returns this path in field-mask syntax.
Returns a new path without the last segment, or null for an empty path.
Returns a new mask that contains only this path.
Converts the value to string.
Staticfrom
Stores an ordered path through message fields.
append and appendMany change this instance. Use copy or concat when the original path must stay unchanged.
Example