Interface protos.google.container.v1.IOperationProgress (2.4.4)

Properties of an OperationProgress.

Package

@google-cloud/container!

Properties

metrics

metrics?: (google.container.v1.OperationProgress.IMetric[]|null);

OperationProgress metrics

Property Value
TypeDescription
(google.container.v1.OperationProgress.IMetric[]|null)

name

name?: (string|null);

OperationProgress name

Property Value
TypeDescription
(string|null)

stages

stages?: (google.container.v1.IOperationProgress[]|null);

OperationProgress stages

Property Value
TypeDescription
(google.container.v1.IOperationProgress[]|null)

status

status?: (google.container.v1.Operation.Status|keyof typeof google.container.v1.Operation.Status|null);

OperationProgress status

Property Value
TypeDescription
(google.container.v1.Operation.Status|keyof typeof google.container.v1.Operation.Status|null)