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-03-21 UTC."],[[["This webpage provides documentation for the `TimeSeriesDescriptor` class within the Google Cloud Monitoring v3 API, offering a comprehensive overview of its functionality."],["The `TimeSeriesDescriptor` class acts as a blueprint for understanding the labels and data points found in a time series, according to the provided definition."],["The documentation includes various versioned links to the `TimeSeriesDescriptor` from version 2.3.0 up to the latest version, 3.15.0, allowing users to access historical or specific versions of the class documentation."],["`TimeSeriesDescriptor` has two main properties: `LabelDescriptors`, which are descriptors for the labels, and `PointDescriptors`, which are descriptors for the data value columns, as seen in the Properties section."],["The `TimeSeriesDescriptor` class has two constructors: `TimeSeriesDescriptor()` and `TimeSeriesDescriptor(TimeSeriesDescriptor other)`, and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, among others, as listed in the Implements section."]]],[]]