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 \ StageMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Not specified. Invalid state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
NOT_STARTED
Value: 1Stage has not started.
Generated from protobuf enum NOT_STARTED = 1;
IN_PROGRESS
Value: 2Stage is in progress.
Generated from protobuf enum IN_PROGRESS = 2;
COMPLETE
Value: 3Stage has completed.
Generated from protobuf enum COMPLETE = 3;