State
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
STATE_UNSPECIFIED |
默认值。未使用。 |
IN_PROGRESS |
Feed 仍在处理中。 |
SUCCESS |
Feed 已成功处理。 |
FAILURE |
处理 Feed 时发生错误。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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. |"]]