Module path

Module path 

Source
Expand description

Nested message and enum types in Path.

Modules§

element
Nested message and enum types in Element.

Structs§

ArrayElement
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).
OneOfField
Path element used for protobuf oneof fields. Canonically represented as .<field>{<variant>}.
RepeatedField
Path element used for protobuf repeated field elements. Canonically represented as .<field>\[<index>\].