Module: Google::Cloud::Deploy::V1::Release::RenderState
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Valid states of the render operation.
Constant Summary collapse
- RENDER_STATE_UNSPECIFIED =
The render state is unspecified.
0
- SUCCEEDED =
All rendering operations have completed successfully.
1
- FAILED =
All rendering operations have completed, and one or more have failed.
2
- IN_PROGRESS =
Rendering has started and is not complete.
3