Reference documentation and code samples for the Google Cloud Deploy V1 Client class RenderState.
Valid states of the render operation.
Protobuf type google.cloud.deploy.v1.Release.RenderState
Namespace
Google \ Cloud \ Deploy \ V1 \ ReleaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RENDER_STATE_UNSPECIFIED
Value: 0
The render state is unspecified.
Generated from protobuf enum RENDER_STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1
All rendering operations have completed successfully.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2
All rendering operations have completed, and one or more have failed.
Generated from protobuf enum FAILED = 2;
IN_PROGRESS
Value: 3
Rendering has started and is not complete.
Generated from protobuf enum IN_PROGRESS = 3;