[Obsolete("GetOption is obsolete. Use the GetOptions() method.")]public RepeatedField<T> GetOption<T>(RepeatedExtension<EnumValueOptions, T> extension)
Gets a repeated value enum value option for this descriptor
The EnumValueOptions, defined in descriptor.proto.
If the options message is not present (i.e. there are no options), null is returned.
Custom options can be retrieved as extensions of the returned message.
NOTE: A defensive copy is created each time this property is retrieved.
Returns a clone of the underlying EnumValueDescriptorProto describing this enum value.
Note that a copy is taken every time this method is called, so clients using it frequently
(and not modifying it) may want to cache the returned value.
[[["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\u003eThis document describes the \u003ccode\u003eEnumValueDescriptor\u003c/code\u003e class, which represents a single enum value within an enum in a \u003ccode\u003e.proto\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnumValueDescriptor\u003c/code\u003e class inherits from \u003ccode\u003eDescriptorBase\u003c/code\u003e and implements \u003ccode\u003eIDescriptor\u003c/code\u003e, providing access to properties like \u003ccode\u003eIndex\u003c/code\u003e, \u003ccode\u003eFullName\u003c/code\u003e, and \u003ccode\u003eFile\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEnumValueDescriptor\u003c/code\u003e includes properties such as \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eNumber\u003c/code\u003e, \u003ccode\u003eCustomOptions\u003c/code\u003e, and \u003ccode\u003eEnumDescriptor\u003c/code\u003e that provides detailed information regarding the specific enum value.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003eGetOptions()\u003c/code\u003e, \u003ccode\u003eGetOption<T>(...)\u003c/code\u003e, and \u003ccode\u003eToProto()\u003c/code\u003e allow retrieving options, specific extension values, and a protobuf representation of the enum value, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCustomOptions\u003c/code\u003e and \u003ccode\u003eGetOption\u003c/code\u003e methods are marked as obsolete, suggesting users should utilize the \u003ccode\u003eGetOptions()\u003c/code\u003e method instead.\u003c/p\u003e\n"]]],[],null,[]]