Google Cloud Run V2 Client - Class CompletionStatus (1.1.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class CompletionStatus.

Possible execution completion status.

Protobuf type google.cloud.run.v2.ExecutionReference.CompletionStatus

Namespace

Google \ Cloud \ Run \ V2 \ ExecutionReference

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPLETION_STATUS_UNSPECIFIED

Value: 0

The default value. This value is used if the state is omitted.

Generated from protobuf enum COMPLETION_STATUS_UNSPECIFIED = 0;

EXECUTION_SUCCEEDED

Value: 1

Job execution has succeeded.

Generated from protobuf enum EXECUTION_SUCCEEDED = 1;

EXECUTION_FAILED

Value: 2

Job execution has failed.

Generated from protobuf enum EXECUTION_FAILED = 2;

EXECUTION_RUNNING

Value: 3

Job execution is running normally.

Generated from protobuf enum EXECUTION_RUNNING = 3;

EXECUTION_PENDING

Value: 4

Waiting for backing resources to be provisioned.

Generated from protobuf enum EXECUTION_PENDING = 4;

EXECUTION_CANCELLED

Value: 5

Job execution has been cancelled by the user.

Generated from protobuf enum EXECUTION_CANCELLED = 5;