Class TimeSeriesDescriptor (3.0.0)

public sealed class TimeSeriesDescriptor : IMessage<TimeSeriesDescriptor>, IEquatable<TimeSeriesDescriptor>, IDeepCloneable<TimeSeriesDescriptor>, IBufferMessage, IMessage

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
RepeatedField<LabelDescriptor>

PointDescriptors

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

Descriptors for the point data value columns.

Property Value
TypeDescription
RepeatedField<TimeSeriesDescriptor.Types.ValueDescriptor>