Google Cloud Container V1 Client - Class Status (1.9.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class Status.

Current status of the operation.

Protobuf type google.container.v1.Operation.Status

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

PENDING

Value: 1

The operation has been created.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The operation is currently running.

Generated from protobuf enum RUNNING = 2;

DONE

Value: 3

The operation is done, either cancelled or completed.

Generated from protobuf enum DONE = 3;

ABORTING

Value: 4

The operation is aborting.

Generated from protobuf enum ABORTING = 4;