[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"]],[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eEnumValueDescriptor\u003c/code\u003e class represents a single enum value within a .proto file's enum definition.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eDescriptorBase\u003c/code\u003e and implements the \u003ccode\u003eIDescriptor\u003c/code\u003e interface, providing fundamental descriptor properties such as \u003ccode\u003eIndex\u003c/code\u003e, \u003ccode\u003eFullName\u003c/code\u003e, and \u003ccode\u003eFile\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt exposes properties like \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eNumber\u003c/code\u003e, and \u003ccode\u003eEnumDescriptor\u003c/code\u003e to access the name, associated number, and the parent enum descriptor of the value.\u003c/p\u003e\n"],["\u003cp\u003eIt offers methods like \u003ccode\u003eGetOptions()\u003c/code\u003e and \u003ccode\u003eToProto()\u003c/code\u003e to access enum value options and a protobuf representation of the enum value descriptor, respectively.\u003c/p\u003e\n"],["\u003cp\u003eIt also has \u003ccode\u003eGetOption<T>\u003c/code\u003e methods, however they are marked as obsolete and should not be used, \u003ccode\u003eGetOptions()\u003c/code\u003e is the new way to retrieve this information.\u003c/p\u003e\n"]]],[],null,[]]