We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683cdfe commit a0576cfCopy full SHA for a0576cf
1 file changed
aip/general/0191.md
@@ -20,6 +20,10 @@ such as those used throughout Google. While the spirit of this guidance applies
20
to APIs defined using other specification languages or formats, some of the
21
particular recommendations might be irrelevant.
22
23
+### Syntax
24
+
25
+APIs defined in protocol buffers **must** use `proto3` syntax.
26
27
### Single package
28
29
APIs defined in protocol buffers **must** define each individual API in a
@@ -125,5 +129,6 @@ that language. When releasing protos, be sure that omissions are intentional.
125
129
126
130
## Changelog
127
131
132
+- **2023-02-24**: Added guidance on protobuf syntax.
128
133
- **2022-10-18**: Added guidance on Ruby/PHP/C# options.
134
- **2019-11-18**: Added guidance on the packaging annotations.
0 commit comments