Google Cloud Functions V2 Client - Class State (1.6.3)

Reference documentation and code samples for the Google Cloud Functions V2 Client class State.

Possible states for a Stage

Protobuf type google.cloud.functions.v2.Stage.State

Namespace

Google \ Cloud \ Functions \ V2 \ Stage

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Not specified. Invalid state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

NOT_STARTED

Value: 1

Stage has not started.

Generated from protobuf enum NOT_STARTED = 1;

IN_PROGRESS

Value: 2

Stage is in progress.

Generated from protobuf enum IN_PROGRESS = 2;

COMPLETE

Value: 3

Stage has completed.

Generated from protobuf enum COMPLETE = 3;