Is this enum deprecated?
Depending on the target platform, this can emit Deprecated annotations
for the enum, or it will be completely ignored; in the very least, this
is a formalization for deprecating enums.
Enable the legacy handling of JSON field name conflicts. This lowercases
and strips underscored from the fields before comparison in proto3 only.
The new behavior takes json_name into account and applies to proto2 as
well.
TODO(b/261750190) Remove this legacy behavior once downstream teams have
had time to migrate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["`EnumOptions` is a sealed class in the `Google.Protobuf.Reflection` namespace, part of the Google.Protobuf.dll assembly, designed for managing options related to enumerations."],["It implements interfaces like `IExtendableMessage`, `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`, allowing for extension, message management, equality checks, deep cloning, and buffer message functionalities."],["Key features include fields like `AllowAliasFieldNumber`, `DeprecatedFieldNumber`, `DeprecatedLegacyJsonFieldConflictsFieldNumber`, and `UninterpretedOptionFieldNumber`, along with properties like `AllowAlias`, `Deprecated`, and `DeprecatedLegacyJsonFieldConflicts`, to manage various enumeration option settings."],["It offers methods for cloning, merging, calculating message size, clearing fields, and handling extensions, in addition to overrides for `Equals`, `GetHashCode`, and `ToString` for enhanced functionality."],["The class also provides a `Descriptor` property for accessing the message descriptor and a `Parser` property for parsing `EnumOptions` from data."]]],[]]