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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["The offline user data job status indicates the stage of processing user data uploaded offline."],["A job can be in a pending, running, successful, or failed state, providing transparency into the data processing workflow."],["The `UNSPECIFIED` and `UNKNOWN` states are used for system purposes and indicate an undefined or currently unknown status respectively."]]],[]]