State
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."],[[["This enum describes the processing state of a data feed."],["It includes states like `IN_PROGRESS`, `SUCCESS`, and `FAILURE`, providing clear indications of the feed's status."],["A default `STATE_UNSPECIFIED` value is present but unused."]]],[]]