[[["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."],[[["`EnumValueDescriptorProto` is a class that describes a value within an enum, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has constructors for creating an empty `EnumValueDescriptorProto` or one based on an existing instance, and contains fields like `NameFieldNumber`, `NumberFieldNumber`, and `OptionsFieldNumber`."],["It contains properties such as `Name`, `Number`, `Options`, `HasName`, `HasNumber`, and `Descriptor` to manage and access the enum value's data."],["Methods within the class allow for operations such as calculating size, clearing fields, cloning, merging data, comparing objects, and converting to string."],["`EnumValueDescriptorProto` implements explicit interface methods for internal merging and writing operations related to `IBufferMessage`, as well as a `Descriptor` property from `IMessage`."]]],[]]