State
Stay organized with collections
Save and categorize content based on your preferences.
Enum to indicate the processing state of a feed.
Enums |
STATE_UNSPECIFIED |
Default value. Unused. |
IN_PROGRESS |
The feed is still being processed. |
SUCCESS |
The feed has been successfully processed. |
FAILURE |
We encountered an error while processing the feed. |
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-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["\u003cp\u003eThis enum describes the processing state of a data feed.\u003c/p\u003e\n"],["\u003cp\u003eIt includes states like \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, \u003ccode\u003eSUCCESS\u003c/code\u003e, and \u003ccode\u003eFAILURE\u003c/code\u003e, providing clear indications of the feed's status.\u003c/p\u003e\n"],["\u003cp\u003eA default \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e value is present but unused.\u003c/p\u003e\n"]]],[],null,["# State\n\nEnum to indicate the processing state of a feed.\n\n| Enums ||\n|---------------------|----------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value. Unused. |\n| `IN_PROGRESS` | The feed is still being processed. |\n| `SUCCESS` | The feed has been successfully processed. |\n| `FAILURE` | We encountered an error while processing the feed. |"]]