Google Cloud Monitoring v3 API - Class TimeSeriesDescriptor.Types.ValueDescriptor (3.8.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class TimeSeriesDescriptor.Types.ValueDescriptor.

A descriptor for the value columns in a data point.

Inheritance

object > TimeSeriesDescriptor.Types.ValueDescriptor

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

ValueDescriptor()

public ValueDescriptor()

ValueDescriptor(ValueDescriptor)

public ValueDescriptor(TimeSeriesDescriptor.Types.ValueDescriptor other)
Parameter
NameDescription
otherTimeSeriesDescriptorTypesValueDescriptor

Properties

Key

public string Key { get; set; }

The value key.

Property Value
TypeDescription
string

MetricKind

public MetricDescriptor.Types.MetricKind MetricKind { get; set; }

The value stream kind.

Property Value
TypeDescription
MetricDescriptorTypesMetricKind

Unit

public string Unit { get; set; }

The unit in which time_series point values are reported. unit follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. unit is only valid if value_type is INTEGER, DOUBLE, DISTRIBUTION.

Property Value
TypeDescription
string

ValueType

public MetricDescriptor.Types.ValueType ValueType { get; set; }

The value type.

Property Value
TypeDescription
MetricDescriptorTypesValueType