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

Properties of a MetricValue.

Package

@google-cloud/service-control

Properties

boolValue

boolValue?: (boolean|null);

MetricValue boolValue

distributionValue

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

MetricValue distributionValue

doubleValue

doubleValue?: (number|null);

MetricValue doubleValue

endTime

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

MetricValue endTime

int64Value

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

MetricValue int64Value

labels

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

MetricValue labels

startTime

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

MetricValue startTime

stringValue

stringValue?: (string|null);

MetricValue stringValue