Google Cloud Deploy V1 Client - Class RenderState (0.9.0)

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 \ Release

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;