Service Control v1 API - Class MetricValueSet (2.1.0)

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

Reference documentation and code samples for the Service Control v1 API class MetricValueSet.

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

Object > MetricValueSet

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
String

MetricValues

public RepeatedField<MetricValue> MetricValues { get; }

The values in this metric.

Property Value
TypeDescription
RepeatedField<MetricValue>