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 > MetricValueSetImplements
Google.Protobuf.IMessage<MetricValueSet>, System.IEquatable<MetricValueSet>, Google.Protobuf.IDeepCloneable<MetricValueSet>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.ServiceControl.V1Assembly
Google.Cloud.ServiceControl.V1.dll
Constructors
MetricValueSet()
public MetricValueSet()
MetricValueSet(MetricValueSet)
public MetricValueSet(MetricValueSet other)
Parameter | |
---|---|
Name | Description |
other | MetricValueSet |
Properties
MetricName
public string MetricName { get; set; }
The metric name defined in the service configuration.
Property Value | |
---|---|
Type | Description |
System.String |
MetricValues
public RepeatedField<MetricValue> MetricValues { get; }
The values in this metric.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<MetricValue> |