Enums | |
---|---|
CODE_UNSPECIFIED |
Input-only value. Used with Items.list to list all items in the queue, regardless of status. |
ERROR |
Error encountered by Cloud Search while processing this item. Details of the error are in repositoryError. |
MODIFIED |
Item has been modified in the repository, and is out of date with the version previously accepted into Cloud Search. |
NEW_ITEM |
Item is known to exist in the repository, but is not yet accepted by Cloud Search. An item can be in this state when Items.push has been called for an item of this name that did not exist previously. |
ACCEPTED |
API has accepted the up-to-date data of this item. |
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-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`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."]]],[]]