Google Cloud Deploy V1 Client - Class TargetRenderState (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class TargetRenderState.

Valid states of the render operation.

Protobuf type google.cloud.deploy.v1.Release.TargetRender.TargetRenderState

Namespace

Google \ Cloud \ Deploy \ V1 \ Release \ TargetRender

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TARGET_RENDER_STATE_UNSPECIFIED

Value: 0

The render operation state is unspecified.

Generated from protobuf enum TARGET_RENDER_STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

The render operation has completed successfully.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

The render operation has failed.

Generated from protobuf enum FAILED = 2;

IN_PROGRESS

Value: 3

The render operation is in progress.

Generated from protobuf enum IN_PROGRESS = 3;