Interface protos.google.api.servicecontrol.v1.IMetricValue (1.1.4)

Properties of a MetricValue.

Package

@google-cloud/service-control!

Properties

boolValue

boolValue?: (boolean|null);

MetricValue boolValue

Property Value
TypeDescription
(boolean|null)

distributionValue

distributionValue?: (google.api.servicecontrol.v1.IDistribution|null);

MetricValue distributionValue

Property Value
TypeDescription
(google.api.servicecontrol.v1.IDistribution|null)

doubleValue

doubleValue?: (number|null);

MetricValue doubleValue

Property Value
TypeDescription
(number|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

MetricValue endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

int64Value

int64Value?: (number|Long|string|null);

MetricValue int64Value

Property Value
TypeDescription
(number|Long|string|null)

labels

labels?: ({ [k: string]: string }|null);

MetricValue labels

Property Value
TypeDescription
({ [k: string]: string }|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

MetricValue startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

stringValue

stringValue?: (string|null);

MetricValue stringValue

Property Value
TypeDescription
(string|null)