Protobuf

Protobuf documentation: https://protobuf.dev/programming-guides/proto3/arrow-up-right

Message Validation

The protoc parser validates that a given proto definition file is parseable. If you want further validation, you can utilize protovalidatearrow-up-right.

Last updated