Google Cloud Monitoring v3 API - Class TimeSeriesDescriptor (3.8.0)

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.

Inheritance

object > TimeSeriesDescriptor

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

TimeSeriesDescriptor()

public TimeSeriesDescriptor()

TimeSeriesDescriptor(TimeSeriesDescriptor)

public TimeSeriesDescriptor(TimeSeriesDescriptor other)
Parameter
NameDescription
otherTimeSeriesDescriptor

Properties

LabelDescriptors

public RepeatedField<LabelDescriptor> LabelDescriptors { get; }

Descriptors for the labels.

Property Value
TypeDescription
RepeatedFieldLabelDescriptor

PointDescriptors

public RepeatedField<TimeSeriesDescriptor.Types.ValueDescriptor> PointDescriptors { get; }

Descriptors for the point data value columns.

Property Value
TypeDescription
RepeatedFieldTimeSeriesDescriptorTypesValueDescriptor