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-04-17 UTC."],[[["This webpage details the `TimeSeriesDescriptor` class within the `Google.Cloud.Monitoring.V3` namespace, specifically version 2.5.0."],["The `TimeSeriesDescriptor` class serves as a descriptor for labels and points in a time series, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage lists multiple previous versions of this class, from 3.15.0(latest) down to 2.3.0, providing links to their respective documentation pages."],["Key properties of the `TimeSeriesDescriptor` class include `LabelDescriptors`, which describes the labels, and `PointDescriptors`, which details the data value columns for the points."],["The TimeSeriesDescriptor class has two public constructors: a default one with no parameters, and one that takes another `TimeSeriesDescriptor` as a parameter."]]],[]]