OfflineUserDataJobStatus
The status of an offline user data job.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
PENDING
|
The job has been successfully created and pending for uploading. |
RUNNING
|
Upload(s) have been accepted and data is being processed. |
SUCCESS
|
Uploaded data has been successfully processed. |
FAILED
|
Uploaded data has failed to be processed. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Offline user data jobs can have one of six statuses: unspecified, unknown, pending, running, success, or failed."],["A status of 'pending' indicates the job was created and is awaiting upload, 'running' means data is being processed, 'success' signifies successful processing, and 'failed' denotes processing failure."],["The 'unspecified' and 'unknown' statuses provide general information or indicate an undefined state."]]],[]]