Enum Release.Types.RenderState (1.1.0)

public enum RenderState

Valid states of the render operation.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

NameDescription
Failed

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

InProgress

Rendering has started and is not complete.

Succeeded

All rendering operations have completed successfully.

Unspecified

The render state is unspecified.