Module: Google::Cloud::Deploy::V1::Release::TargetRender::TargetRenderState
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Valid states of the render operation.
Constant Summary collapse
- TARGET_RENDER_STATE_UNSPECIFIED =
The render operation state is unspecified.
0
- SUCCEEDED =
The render operation has completed successfully.
1
- FAILED =
The render operation has failed.
2
- IN_PROGRESS =
The render operation is in progress.
3