Google Cloud Functions V2 Client - Class State (1.1.2)

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

Methods

name

Parameter
NameDescription
value mixed

value

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