枚举 | |
---|---|
CODE_UNSPECIFIED |
仅限输入的值。与 Items.list 搭配使用以列出队列中的所有项(无论状态如何)。 |
ERROR |
处理此内容时,Cloud Search 遇到了错误。有关错误的详细信息,请参阅 repositoryError. |
MODIFIED |
此项内容在代码库中已被修改,但版本与之前被 Cloud Search 接受的版本已过期。 |
NEW_ITEM |
该项已知存在于代码库中,但 Cloud Search 尚未接受。当系统为之前不存在的此名称项目调用 Items.push 时,项目可能处于此状态。 |
ACCEPTED |
API 已接受此项目的最新数据。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["`ItemStatus` in Cloud Search defines the processing state of an item within the indexing pipeline."],["It includes states like `CODE_UNSPECIFIED` for listing all items, `ERROR` for processing failures, `MODIFIED` for outdated items, `NEW_ITEM` for newly added items, and `ACCEPTED` for successfully processed items."],["Each state provides valuable information for monitoring and troubleshooting the indexing process of repository data in Cloud Search."]]],[]]