Module: Google::Cloud::Functions::V2::Stage::State
- Defined in:
- proto_docs/google/cloud/functions/v2/functions.rb
Overview
Possible states for a Stage
Constant Summary collapse
- STATE_UNSPECIFIED =
Not specified. Invalid state.
0
- NOT_STARTED =
Stage has not started.
1
- IN_PROGRESS =
Stage is in progress.
2
- COMPLETE =
Stage has completed.
3