public sealed class LabelDescriptor : IMessage<LabelDescriptor>, IEquatable<LabelDescriptor>, IDeepCloneable<LabelDescriptor>, 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."],[[["The `LabelDescriptor` class is a description of a label, found within the `Google.Api` namespace and `Google.Api.CommonProtos.dll` assembly."],["This class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides constructors to initialize a new `LabelDescriptor` instance, either default or copied from another instance, and contains field number constants for \"description\", \"key\", and \"value\\_type\"."],["Key properties include `Description`, `Key`, `ValueType` and `Descriptor`, which together provide the ability to define the label, its data, and access its descriptor."],["The `LabelDescriptor` also offers various methods for manipulation such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`, facilitating its use within the .NET environment."]]],[]]