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."],[[["This webpage details the `TimeSeriesDescriptor` class within the `Google.Cloud.Monitoring.V3` namespace, specifically highlighting version 2.6.0 and providing links to other versions ranging from 2.3.0 to 3.15.0."],["The `TimeSeriesDescriptor` class is a descriptor used for labels and points in a time series, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two primary properties: `LabelDescriptors`, which provides descriptors for labels, and `PointDescriptors`, which offers descriptors for point data value columns."],["Constructors for `TimeSeriesDescriptor` are provided, including a default constructor and one that accepts another `TimeSeriesDescriptor` object for copying."],["The current latest version of the `TimeSeriesDescriptor` is 3.15.0, found in the list of provided versions, indicating ongoing updates and development."]]],[]]