열거형 | |
---|---|
CODE_UNSPECIFIED |
입력 전용 값입니다. Items.list 와 함께 사용하여 상태와 관계없이 대기열의 모든 항목을 나열합니다. |
ERROR |
이 항목을 처리하는 중에 Cloud Search에서 오류가 발생했습니다. 오류 세부정보는 repositoryError. 에 있습니다. |
MODIFIED |
저장소에서 항목이 수정되었으며 이전에 Cloud Search에 수락된 버전과 일치하지 않습니다. |
NEW_ITEM |
저장소에 있는 것으로 알려진 항목이지만 아직 Cloud Search에서 수락하지 않았습니다. 이전에 존재하지 않았던 이 이름의 항목에 대해 Items.push 가 호출된 경우 항목이 이 상태일 수 있습니다. |
ACCEPTED |
API가 이 항목의 최신 데이터를 수락했습니다. |
ItemStatus.Code
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]