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.
[[["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."],[[["This document describes the `EnumValueDescriptor` class within the `Google.Protobuf.Reflection` namespace, specifically for version 3.15.8."],["`EnumValueDescriptor` represents a descriptor for a single enum value within a .proto file, inheriting from `DescriptorBase` and implementing `IDescriptor`."],["Key properties of `EnumValueDescriptor` include `CustomOptions`, `EnumDescriptor`, `Name`, and `Number`, which provide details about custom options, the parent enum, the value's name, and its associated number, respectively."],["The class provides methods like `GetOption\u003cT\u003e(...)` and `GetOptions()` for retrieving both single and repeated enum value options, and for getting all of the `EnumValueOptions` at once."],["This class is found within the `Google.Protobuf.dll` assembly, it can also be found in version 3.23.0 and the latest version 3.27.1."]]],[]]