Properties of a MetricValue.
Package
@google-cloud/service-control!Properties
boolValue
boolValue?: (boolean|null);
MetricValue boolValue
Type | Description |
(boolean|null) |
distributionValue
distributionValue?: (google.api.servicecontrol.v1.IDistribution|null);
MetricValue distributionValue
Type | Description |
(google.api.servicecontrol.v1.IDistribution|null) |
doubleValue
doubleValue?: (number|null);
MetricValue doubleValue
Type | Description |
(number|null) |
endTime
endTime?: (google.protobuf.ITimestamp|null);
MetricValue endTime
Type | Description |
(google.protobuf.ITimestamp|null) |
int64Value
int64Value?: (number|Long|string|null);
MetricValue int64Value
Type | Description |
(number|Long|string|null) |
labels
labels?: ({ [k: string]: string }|null);
MetricValue labels
Type | Description |
({ [k: string]: string }|null) |
startTime
startTime?: (google.protobuf.ITimestamp|null);
MetricValue startTime
Type | Description |
(google.protobuf.ITimestamp|null) |
stringValue
stringValue?: (string|null);
MetricValue stringValue
Type | Description |
(string|null) |