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."],[[["The latest version available for the `TimeSeriesDescriptor` in the Google Cloud Monitoring v3 API is 3.15.0, while the current page is focused on version 3.6.0."],["This page provides reference documentation and code samples for the `TimeSeriesDescriptor` class within the Google Cloud Monitoring v3 API, which is used to describe the labels and data points of time series."],["The `TimeSeriesDescriptor` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `LabelDescriptors`, which are descriptors for the labels, and `PointDescriptors`, which describe the point data value columns, both being of type `RepeatedField`."],["Constructors are available for the `TimeSeriesDescriptor` class, including a default constructor and one that takes another `TimeSeriesDescriptor` as a parameter to copy from."]]],[]]