Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::Release::RenderState (v2.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::Release::RenderState.
Valid states of the render operation.
Constants
RENDER_STATE_UNSPECIFIED
value: 0 The render state is unspecified.
SUCCEEDED
value: 1 All rendering operations have completed successfully.
FAILED
value: 2 All rendering operations have completed, and one or more have failed.
IN_PROGRESS
value: 3 Rendering has started and is not complete.