[[["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."],[[["`EnumValue` is a sealed class defining an enum value within the `Google.Protobuf.WellKnownTypes` namespace, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating new instances, including a default constructor and a constructor for creating a copy of an existing `EnumValue`."],["Key properties of `EnumValue` include `Name` (the enum value name), `Number` (the enum value number), and `Options` (protocol buffer options associated with the enum), along with static properties like `Descriptor` and `Parser` for metadata and parsing."],["It defines fields like `NameFieldNumber`, `NumberFieldNumber`, and `OptionsFieldNumber`, which represent the field numbers within the serialized protocol buffer message."],["`EnumValue` includes methods for size calculation, cloning, equality checks, hash code generation, merging from input streams or other `EnumValue` instances, string conversion, and writing to output streams."]]],[]]