Cloud Functions V2 API - Module Google::Cloud::Functions::V2::Stage::State (v0.7.0)

Reference documentation and code samples for the Cloud Functions V2 API module Google::Cloud::Functions::V2::Stage::State.

Possible states for a Stage

Constants

STATE_UNSPECIFIED

value: 0
Not specified. Invalid state.

NOT_STARTED

value: 1
Stage has not started.

IN_PROGRESS

value: 2
Stage is in progress.

COMPLETE

value: 3
Stage has completed.