[[["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."],[[["The `Enum` class in the `Google.Protobuf.WellKnownTypes` namespace defines an enumeration type within the Google Protocol Buffers library, version 3.15.8."],["This `Enum` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage and manipulate enumeration data."],["Key properties of the `Enum` class include `Name` for the enum's name, `Enumvalue` for the enum's values, and `Options` for protocol buffer options, and `SourceContext` and `Syntax` for source information."],["The `Enum` class has methods such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`, as well as explicit interface implementations for `IBufferMessage`."]]],[]]