Google Cloud Build V1 Client - Class Status (0.16.1)

Reference documentation and code samples for the Google Cloud Build V1 Client class Status.

Possible status of a build or build step.

Protobuf type google.devtools.cloudbuild.v1.Build.Status

Namespace

Google \ Cloud \ Build \ V1 \ Build

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATUS_UNKNOWN

Value: 0

Status of the build is unknown.

Generated from protobuf enum STATUS_UNKNOWN = 0;

PENDING

Value: 10

Build has been created and is pending execution and queuing. It has not been queued.

Generated from protobuf enum PENDING = 10;

QUEUED

Value: 1

Build or step is queued; work has not yet begun.

Generated from protobuf enum QUEUED = 1;

WORKING

Value: 2

Build or step is being executed.

Generated from protobuf enum WORKING = 2;

SUCCESS

Value: 3

Build or step finished successfully.

Generated from protobuf enum SUCCESS = 3;

FAILURE

Value: 4

Build or step failed to complete successfully.

Generated from protobuf enum FAILURE = 4;

INTERNAL_ERROR

Value: 5

Build or step failed due to an internal cause.

Generated from protobuf enum INTERNAL_ERROR = 5;

TIMEOUT

Value: 6

Build or step took longer than was allowed.

Generated from protobuf enum TIMEOUT = 6;

CANCELLED

Value: 7

Build or step was canceled by a user.

Generated from protobuf enum CANCELLED = 7;

EXPIRED

Value: 9

Build was enqueued for longer than the value of queue_ttl.

Generated from protobuf enum EXPIRED = 9;