File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11+++
2- title = " Changes Announced on July 10 , 2026"
3- linkTitle = " July 10 , 2026"
2+ title = " Changes Announced on July 13 , 2026"
3+ linkTitle = " July 13 , 2026"
44toc_hide = " true"
5- description = " Changes announced for Protocol Buffers on July 10 , 2026."
5+ description = " Changes announced for Protocol Buffers on July 13 , 2026."
66type = " docs"
77+++
88
@@ -27,7 +27,18 @@ in Edition 2026.
2727### ` enforce_naming_style ` : ` STYLE2026 ` {#enforce_naming_style}
2828
2929The ` enforce_naming_style ` feature default will be updated to ` STYLE2026 ` to
30- discourage common field naming collisions.
30+ discourage common field-naming collisions.
31+
32+ Examples:
33+
34+ * Within a message with a field named ` x ` , the following field names are
35+ banned:
36+ * ` has_x `
37+ * ` set_x `
38+ * ` get_x `
39+ * ` clear_x `
40+ * ` x_value `
41+ * Fields may not be named ` descriptor `
3142
3243### ` default_symbol_visibility ` : ` STRICT ` {#default_symbol_visibility}
3344
You can’t perform that action at this time.
0 commit comments