This document provides a style guide for .proto
files. By following these conventions, you’ll make your protocol buffer message definitions and their corresponding classes consistent and easy to read.
Note that protocol buffer style has evolved over time, so it is likely that you will see .proto files written in different conventions or styles. Please respect the existing style when you modify these files. Consistency is key. However, it is best to adopt the current best style when you are creating a new .proto file.
...