AI-generated Key Takeaways
-
ReportJobStatus represents the status of a ReportJob running on the server.
-
Possible ReportJobStatus values include COMPLETED, IN_PROGRESS, and FAILED.
-
COMPLETED indicates a successfully finished job ready for download.
-
IN_PROGRESS means the job is currently being executed.
-
FAILED signifies that the job did not complete successfully.
Represents the status of a ReportJob running on the server.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
COMPLETED
|
The ReportJob has completed successfully and is ready to download. |
IN_PROGRESS
|
The ReportJob is still being executed. |
FAILED
|
The ReportJob has failed to run to completion. |