public sealed class TimeSeriesDescriptor : IMessage<TimeSeriesDescriptor>, IEquatable<TimeSeriesDescriptor>, IDeepCloneable<TimeSeriesDescriptor>, IBufferMessage, IMessage
A descriptor for the labels and points in a time series.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page provides documentation for the `TimeSeriesDescriptor` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its role as a descriptor for labels and points in a time series."],["Multiple versions of the `TimeSeriesDescriptor` class are available, ranging from version 2.3.0 up to the latest 3.15.0, allowing you to view documentation for any specific version."],["`TimeSeriesDescriptor` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `TimeSeriesDescriptor` class has two key properties, `LabelDescriptors` and `PointDescriptors`, which provide descriptions for the labels and point data value columns, respectively."],["There are two constructors available for the `TimeSeriesDescriptor` class, one parameterless, and one that takes another `TimeSeriesDescriptor` as a parameter."]]],[]]