File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -827,7 +827,8 @@ becomes `BarBazProto`). You can still override this using the
827827
828828* ` NO ` : Do not nest the generated class in the file class.
829829* ` YES ` : Nest the generated class in the file class.
830- * Legacy: An internal value used when the ` java_multiple_files ` option is set.
830+ * Legacy: Nesting behavior controlled by ` java_multiple_files ` option (see
831+ go/java-proto-names#immutable-api-message-names).
831832
832833** Applicable to the following scopes:** message, enum, service
833834
@@ -836,11 +837,11 @@ becomes `BarBazProto`). You can still override this using the
836837** Default behavior per syntax/edition:**
837838
838839Syntax/edition | Default
839- -------------- | --------
840+ -------------- | -------
8408412024 | ` NO `
841- 2023 | ` LEGACY `
842- proto3 | ` LEGACY `
843- proto2 | ` LEGACY `
842+ 2023 | Legacy
843+ proto3 | Legacy
844+ proto2 | Legacy
844845
845846** Note:** Feature settings on different schema elements
846847[ have different scopes] ( #cascading ) .
You can’t perform that action at this time.
0 commit comments