public sealed class EnumValueDescriptorProto : IMessage<EnumValueDescriptorProto>, IEquatable<EnumValueDescriptorProto>, IDeepCloneable<EnumValueDescriptorProto>, IBufferMessage, IMessage
[[["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, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `object` and includes methods for object comparison, such as `Equals` and `GetHashCode`, as well as methods for data manipulation like `MergeFrom` and `WriteTo`."],["It has fields like `NameFieldNumber`, `NumberFieldNumber`, and `OptionsFieldNumber`, which represent the field numbers for the name, number, and options, respectively."],["It contains properties such as `Name`, `Number`, and `Options`, allowing retrieval and setting of these values and it has corresponding `HasName` and `HasNumber` properties to verify if the values are set."],["The class provides constructors for creating new instances, including one for creating a deep clone, as well as a static `Parser` property for parsing messages."]]],[]]