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 Google Cloud Monitoring v3 API's TimeSeriesDescriptor is 3.15.0, with multiple other versions available ranging down to 2.3.0."],["The TimeSeriesDescriptor class is a descriptor for labels and points in a time series, implementing interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The TimeSeriesDescriptor class has two constructors: a default constructor and another one that takes another TimeSeriesDescriptor object as a parameter."],["The TimeSeriesDescriptor class includes two key properties: LabelDescriptors, which provide descriptors for labels, and PointDescriptors, which describe the data value columns for points."],["The namespace of this class is Google.Cloud.Monitoring.V3, and is included within the Google.Cloud.Monitoring.V3.dll assembly."]]],[]]