Interface protos.google.container.v1.OperationProgress.IMetric (2.3.2)

Properties of a Metric.

Package

@google-cloud/container!

Properties

doubleValue

doubleValue?: (number|null);

Metric doubleValue

Property Value
TypeDescription
(number|null)

intValue

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

Metric intValue

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

name

name?: (string|null);

Metric name

Property Value
TypeDescription
(string|null)

stringValue

stringValue?: (string|null);

Metric stringValue

Property Value
TypeDescription
(string|null)