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 version 2.3.0."],["The `TimeSeriesDescriptor` class serves as a descriptor for labels and points in a time series, implementing several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties `LabelDescriptors` and `PointDescriptors` to specify descriptors for the labels and point data value columns, respectively."],["The page provides a comprehensive list of historical versions, ranging from the latest 3.15.0 down to 2.3.0, for the `TimeSeriesDescriptor` within the Google Cloud Monitoring library."],["It provides information on the constructors available for the `TimeSeriesDescriptor`, including a parameter that accepts another `TimeSeriesDescriptor` object."]]],[]]