Expand description
Nested message and enum types in Path.
Modules§
- element
- Nested message and enum types in
Element.
Structs§
- Array
Element - Path element used for YAML arrays.
Canonically represented as
\[<index>\]. - Element
- Field
- Path element used for protobuf fields and YAML maps.
Canonically represented as
.<field>if field matches [a-zA-Z_][a-zA-Z0-9_]*, or as."<field>"using \ and " escape sequences if not (note that this can only happen for YAML map keys). - OneOf
Field - Path element used for protobuf oneof fields.
Canonically represented as
.<field>{<variant>}. - Repeated
Field - Path element used for protobuf repeated field elements.
Canonically represented as
.<field>\[<index>\].