Google Cloud Deploy V1 Client - Class State (0.3.4)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;