diff --git a/content/reference/protobuf/google.protobuf.md b/content/reference/protobuf/google.protobuf.md index ba5476298..ffac4498c 100644 --- a/content/reference/protobuf/google.protobuf.md +++ b/content/reference/protobuf/google.protobuf.md @@ -433,6 +433,12 @@ Enum type definition The source syntax. + + edition + string + + The source edition if syntax is SYNTAX_EDITIONS. + @@ -1231,6 +1237,10 @@ The syntax in which a protocol buffer element is defined. SYNTAX_PROTO3 Syntax proto3. + + SYNTAX_EDITIONS + Syntax uses the edition construct. +