Possible states an upload can be in.
| Enums | |
|---|---|
UPLOAD_STATE_UNSPECIFIED |
The default value. |
SUCCEEDED |
The upload succeeded. |
IN_PROGRESS |
The upload is currently being processed. |
FAILED |
The upload failed. |
NOT_FOUND |
Used as the value of lastAsyncUploadState in a fetchStatus response indicating that an upload attempt was not found. |