列挙型 | |
---|---|
CODE_UNSPECIFIED |
入力専用の値。Items.list とともに使用して、ステータスに関係なくキュー内のすべてのアイテムを一覧表示します。 |
ERROR |
このアイテムの処理中に Cloud Search で発生したエラー。エラーの詳細は repositoryError. にあります。 |
MODIFIED |
アイテムがリポジトリで変更され、Cloud Search で以前に承認されたバージョンと一致しなくなった。 |
NEW_ITEM |
アイテムはリポジトリに存在することが確認されていますが、Cloud Search ではまだ受け入れられていません。アイテムがこの状態になる可能性があるのは、以前に存在しなかったこの名前のアイテムに対して Items.push が呼び出された場合です。 |
ACCEPTED |
API がこのアイテムの最新データを受け入れました。 |
ItemStatus.Code
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# ItemStatus.Code\n\n| Enums ||\n|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CODE_UNSPECIFIED` | Input-only value. Used with [Items.list](/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items/list#google.apps.search.v1.ItemsService.ListItems) to list all items in the queue, regardless of status. |\n| `ERROR` | Error encountered by Cloud Search while processing this item. Details of the error are in [repositoryError.](/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemStatus.FIELDS.repository_errors) |\n| `MODIFIED` | Item has been modified in the repository, and is out of date with the version previously accepted into Cloud Search. |\n| `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](/workspace/cloud-search/docs/reference/rest/v1/indexing.datasources.items/push#google.apps.search.v1.ItemsService.PushItem) has been called for an item of this name that did not exist previously. |\n| `ACCEPTED` | API has accepted the up-to-date data of this item. |"]]