public sealed class TimeSeriesDescriptor : IMessage<TimeSeriesDescriptor>, IEquatable<TimeSeriesDescriptor>, IDeepCloneable<TimeSeriesDescriptor>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class TimeSeriesDescriptor.
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 provides documentation for the `TimeSeriesDescriptor` class within the Google Cloud Monitoring v3 API for .NET."],["The `TimeSeriesDescriptor` class is used to describe the labels and data points found within a time series."],["The page lists available versions of the `TimeSeriesDescriptor` class, ranging from version 2.3.0 to the latest version 3.15.0."],["The `TimeSeriesDescriptor` class has two key properties: `LabelDescriptors`, which describe the labels, and `PointDescriptors`, which describe the point data value columns."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]