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 reference documentation for the `TimeSeriesDescriptor` class within the Google Cloud Monitoring v3 API, specifically for version 3.12.0 of the .NET library."],["The `TimeSeriesDescriptor` class is used to define the structure of labels and data points in a time series, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the `TimeSeriesDescriptor`'s constructors, including a default constructor and one that accepts another `TimeSeriesDescriptor` object."],["Key properties of the `TimeSeriesDescriptor` class include `LabelDescriptors` and `PointDescriptors`, which are collections to describe labels and data point values respectively, in a time series."],["The page also lists the available versions of the Google Cloud Monitoring v3 API, ranging from the latest release 3.15.0 down to 2.3.0, each link directing to the `TimeSeriesDescriptor` class documentation for that version."]]],[]]