[[["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 `Type` class is a protocol buffer message type within the `Google.Protobuf.WellKnownTypes` namespace, representing a message type definition."],["The `Type` class implements several interfaces, including `IMessage`, `IEquatable\u003cType\u003e`, `IDeepCloneable\u003cType\u003e`, and `IBufferMessage`."],["Key properties of the `Type` class include `Name`, `Fields`, `Oneofs`, `Options`, `SourceContext`, `Syntax`, and `Edition`, which define various aspects of the message type."],["The class offers methods for operations such as `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, and `WriteTo()`, allowing for message manipulation and serialization."],["Several field numbers such as `EditionFieldNumber`, `FieldsFieldNumber`, `NameFieldNumber`, `OneofsFieldNumber`, `OptionsFieldNumber`, `SourceContextFieldNumber` and `SyntaxFieldNumber` are present as constants, allowing for the identification of the various components within the message."]]],[]]