Enum Release.TargetRender.TargetRenderState (1.39.0)

public enum Release.TargetRender.TargetRenderState extends Enum<Release.TargetRender.TargetRenderState> implements ProtocolMessageEnum

Valid states of the render operation.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

The render operation has failed.

FAILED = 2;

FAILED_VALUE

The render operation has failed.

FAILED = 2;

IN_PROGRESS

The render operation is in progress.

IN_PROGRESS = 3;

IN_PROGRESS_VALUE

The render operation is in progress.

IN_PROGRESS = 3;

SUCCEEDED

The render operation has completed successfully.

SUCCEEDED = 1;

SUCCEEDED_VALUE

The render operation has completed successfully.

SUCCEEDED = 1;

TARGET_RENDER_STATE_UNSPECIFIED

The render operation state is unspecified.

TARGET_RENDER_STATE_UNSPECIFIED = 0;

TARGET_RENDER_STATE_UNSPECIFIED_VALUE

The render operation state is unspecified.

TARGET_RENDER_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()