diff --git a/go/go_features.proto b/go/go_features.proto index a7e14f85e729d..a9cc7923c34a4 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,