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 content provides documentation for the `TimeSeriesDescriptor` class within the `Google.Cloud.Monitoring.V3` namespace, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["Multiple versions of the `Google.Cloud.Monitoring.V3` library are listed, ranging from version 2.3.0 to the latest version 3.15.0, each with a link to its respective documentation for `TimeSeriesDescriptor`."],["The `TimeSeriesDescriptor` class, which is used to describe labels and points within a time series, has properties for `LabelDescriptors` and `PointDescriptors` that provide detailed information about the labels and data value columns."],["The class also has two constructors: a default constructor and a constructor that accepts another `TimeSeriesDescriptor` object as an argument, which is used to create a new `TimeSeriesDescriptor` from another one."],["The class inherits from the object class and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]