Enum Release.RenderState (1.10.0)

public enum Release.RenderState extends Enum<Release.RenderState> implements ProtocolMessageEnum

Valid states of the render operation.

Protobuf enum google.cloud.deploy.v1.Release.RenderState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILED

All rendering operations have completed, and one or more have failed.

FAILED = 2;

FAILED_VALUE

All rendering operations have completed, and one or more have failed.

FAILED = 2;

IN_PROGRESS

Rendering has started and is not complete.

IN_PROGRESS = 3;

IN_PROGRESS_VALUE

Rendering has started and is not complete.

IN_PROGRESS = 3;

RENDER_STATE_UNSPECIFIED

The render state is unspecified.

RENDER_STATE_UNSPECIFIED = 0;

RENDER_STATE_UNSPECIFIED_VALUE

The render state is unspecified.

RENDER_STATE_UNSPECIFIED = 0;

SUCCEEDED

All rendering operations have completed successfully.

SUCCEEDED = 1;

SUCCEEDED_VALUE

All rendering operations have completed successfully.

SUCCEEDED = 1;

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()