public EnumValueDescriptor FindValueByNumber(int number)
Finds an enum value by number. If multiple enum values have the
same number, this returns the first defined value with that number.
If there is no value for the given number, this returns null.
The EnumOptions, 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.
[[["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\u003eEnumDescriptor\u003c/code\u003e is a class for describing an enum type within a .proto file, inheriting from \u003ccode\u003eDescriptorBase\u003c/code\u003e and implementing \u003ccode\u003eIDescriptor\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties such as \u003ccode\u003eClrType\u003c/code\u003e, \u003ccode\u003eContainingType\u003c/code\u003e, \u003ccode\u003eCustomOptions\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eValues\u003c/code\u003e to access different aspects of the enum type.\u003c/p\u003e\n"],["\u003cp\u003eThe class also includes methods like \u003ccode\u003eFindValueByName\u003c/code\u003e and \u003ccode\u003eFindValueByNumber\u003c/code\u003e to locate enum values by their name or numeric representation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEnumDescriptor\u003c/code\u003e offers methods to retrieve options, including \u003ccode\u003eGetOption<T>\u003c/code\u003e, \u003ccode\u003eGetOption<T>\u003c/code\u003e, and \u003ccode\u003eGetOptions\u003c/code\u003e for single, repeated, and all options, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for \u003ccode\u003eEnumDescriptor\u003c/code\u003e is 3.27.1, with previous versions including 3.23.0 and 3.15.8 that are also documented.\u003c/p\u003e\n"]]],[],null,[]]