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, detailing its structure and functionality."],["The `TimeSeriesDescriptor` class is used to describe the labels and data points contained within a time series, inheriting from `object` and implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions of the `TimeSeriesDescriptor` class from version 2.3.0 to the latest, 3.15.0, all within the `Google.Cloud.Monitoring.V3` namespace."],["The class includes properties like `LabelDescriptors` and `PointDescriptors`, both of which are collections of descriptors for labels and data values, respectively."],["The documentation provides information regarding the constructors of the `TimeSeriesDescriptor` class, offering both a default constructor and one that takes another `TimeSeriesDescriptor` object as a parameter."]]],[]]