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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eEnumOptions\u003c/code\u003e is a sealed class in the \u003ccode\u003eGoogle.Protobuf.Reflection\u003c/code\u003e namespace, designed to manage options for enumerations in Protocol Buffers, and it implements several interfaces such as \u003ccode\u003eIExtendableMessage\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new \u003ccode\u003eEnumOptions\u003c/code\u003e objects, either as empty instances or by copying existing \u003ccode\u003eEnumOptions\u003c/code\u003e, like the default constructor \u003ccode\u003eEnumOptions()\u003c/code\u003e and \u003ccode\u003eEnumOptions(EnumOptions other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties to manage enum options, including \u003ccode\u003eAllowAlias\u003c/code\u003e and \u003ccode\u003eDeprecated\u003c/code\u003e, which determine if multiple tag names can map to the same value and if an enum is marked as deprecated, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnumOptions\u003c/code\u003e class features methods to interact with and modify its properties, such as \u003ccode\u003eClearAllowAlias()\u003c/code\u003e, \u003ccode\u003eClearDeprecated()\u003c/code\u003e, and methods for handling extensions like \u003ccode\u003eGetExtension<TValue>()\u003c/code\u003e and \u003ccode\u003eSetExtension<TValue>()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides static fields like \u003ccode\u003eAllowAliasFieldNumber\u003c/code\u003e, \u003ccode\u003eDeprecatedFieldNumber\u003c/code\u003e, and \u003ccode\u003eUninterpretedOptionFieldNumber\u003c/code\u003e, for allowing alias, deprecation, and storing unrecognized options, respectively.\u003c/p\u003e\n"]]],[],null,[]]