Get desktop application:
View/edit binary Protocol Buffers messages
Rename the field in next version.
Add the field to a named oneof in next version. If this already exists, the field will join its siblings under the oneof, otherwise a new oneof will be created with the given name.
These annotations indicate metadata for the purpose of understanding the security significance of fields.
Field should be set in the presence of untrusted downstreams.
Field should be set in the presence of untrusted upstreams.
Move all types in the file to another package, this implies changing proto file path.
Rename the message/enum/enum value in next version.
Used in:
Unknown package version status.
This version of the package is frozen.
This version of the package is the active development version.
This version of the package is the candidate for the next major version. It is typically machine generated from the active development version.
The entity is work-in-progress and subject to breaking changes.
The entity belongs to a package with the given version status.
Track the previous message type. E.g. this message might be udpa.foo.v3alpha.Foo and it was previously udpa.bar.v2.Bar. This information is consumed by UDPA via proto descriptors.