public sealed class DescriptorProto : IMessage<DescriptorProto>, IEquatable<DescriptorProto>, IDeepCloneable<DescriptorProto>, 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."],[[["`DescriptorProto` is a class that describes a message type within the Google.Protobuf.Reflection namespace."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes various fields such as `EnumTypeFieldNumber`, `ExtensionFieldNumber`, and `NameFieldNumber`, each representing a specific aspect of the message type's structure."],["The class also provides properties like `Name`, `EnumType`, `Field`, and `NestedType`, which allow for accessing and manipulating the message type's components, as well as methods such as `Clone()`, `Equals()`, and `MergeFrom()`, allowing for the manipulation of the type."],["`DescriptorProto` supports extension methods for tasks like merging, writing, and converting message data, along with specific methods for calculating message size, and clearing specific data members."]]],[]]