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: 0Not set.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
PENDING
Value: 1The operation has been created.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The operation is currently running.
Generated from protobuf enum RUNNING = 2;
DONE
Value: 3The operation is done, either cancelled or completed.
Generated from protobuf enum DONE = 3;
ABORTING
Value: 4The operation is aborting.
Generated from protobuf enum ABORTING = 4;