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
Namespace
Google \ Cloud \ Container \ V1 \ OperationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;