Internal change

PiperOrigin-RevId: 706615831
pull/19676/head
Protobuf Team Bot 2 months ago committed by Copybara-Service
parent 59a8de6610
commit e9ea43ad5a
  1. 1
      go/go_features.proto

@ -19,6 +19,7 @@ extend google.protobuf.FeatureSet {
message GoFeatures { message GoFeatures {
// Whether or not to generate the deprecated UnmarshalJSON method for enums. // 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 [ optional bool legacy_unmarshal_json_enum = 1 [
retention = RETENTION_RUNTIME, retention = RETENTION_RUNTIME,
targets = TARGET_TYPE_ENUM, targets = TARGET_TYPE_ENUM,

Loading…
Cancel
Save