Reference documentation and code samples for the Google Cloud Deploy V1 Client class State.
Valid states of a JobRun
.
Protobuf type google.cloud.deploy.v1.JobRun.State
Namespace
Google \ Cloud \ Deploy \ V1 \ JobRunMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The JobRun
has an unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1
The JobRun
is in progress.
Generated from protobuf enum IN_PROGRESS = 1;
SUCCEEDED
Value: 2
The JobRun
has succeeded.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3
The JobRun
has failed.
Generated from protobuf enum FAILED = 3;
TERMINATING
Value: 4
The JobRun
is terminating.
Generated from protobuf enum TERMINATING = 4;
TERMINATED
Value: 5
The JobRun
was terminated.
Generated from protobuf enum TERMINATED = 5;