We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd0227 commit f964a0aCopy full SHA for f964a0a
content/reference/protobuf/google.protobuf.md
@@ -433,6 +433,12 @@ Enum type definition
433
</td>
434
<td>The source syntax.</td>
435
</tr>
436
+ <tr>
437
+ <td><code>edition</code></td>
438
+ <td><code>string</code>
439
+ </td>
440
+ <td>The source edition if <code>syntax</code> is <code>SYNTAX_EDITIONS</code>.</td>
441
+ </tr>
442
</tbody>
443
</table>
444
@@ -1231,6 +1237,10 @@ The syntax in which a protocol buffer element is defined.
1231
1237
<td><code>SYNTAX_PROTO3</code></td>
1232
1238
<td>Syntax <code>proto3</code>.</td>
1233
1239
1240
1241
+ <td><code>SYNTAX_EDITIONS</code></td>
1242
+ <td>Syntax uses the <code>edition</code> construct.</td>
1243
1234
1244
1235
1245
1236
1246
0 commit comments