From e9ea43ad5a8c74457ebf71eccd3507775b186d2d Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 16 Dec 2024 01:22:59 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 706615831 --- go/go_features.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/go/go_features.proto b/go/go_features.proto index a7e14f85e7..a9cc7923c3 100644 --- a/go/go_features.proto +++ b/go/go_features.proto @@ -19,6 +19,7 @@ extend google.protobuf.FeatureSet { message GoFeatures { // Whether or not to generate the deprecated UnmarshalJSON method for enums. + // Can only be true for proto using the Open Struct api. optional bool legacy_unmarshal_json_enum = 1 [ retention = RETENTION_RUNTIME, targets = TARGET_TYPE_ENUM,