State(value)Possible states of a preview.
Enums |
|
|---|---|
| Name | Description |
STATE_UNSPECIFIED |
The default value. This value is used if the state is unknown. |
CREATING |
The preview is being created. |
SUCCEEDED |
The preview has succeeded. |
APPLYING |
The preview is being applied. |
STALE |
The preview is stale. A preview can become stale if a revision has been applied after this preview was created. |
DELETING |
The preview is being deleted. |
FAILED |
The preview has encountered an unexpected error. |
DELETED |
The preview has been deleted. |