Class MetricValueSet (1.0.0)

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

Represents a set of metric values in the same metric. Each metric value in the set should have a unique combination of start time, end time, and label values.

Inheritance

System.Object > MetricValueSet

Implements

Google.Protobuf.IMessage<MetricValueSet>, System.IEquatable<MetricValueSet>, Google.Protobuf.IDeepCloneable<MetricValueSet>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.ServiceControl.V1

Assembly

Google.Cloud.ServiceControl.V1.dll

Constructors

MetricValueSet()

public MetricValueSet()

MetricValueSet(MetricValueSet)

public MetricValueSet(MetricValueSet other)
Parameter
NameDescription
otherMetricValueSet

Properties

MetricName

public string MetricName { get; set; }

The metric name defined in the service configuration.

Property Value
TypeDescription
System.String

MetricValues

public RepeatedField<MetricValue> MetricValues { get; }

The values in this metric.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<MetricValue>