טיפוסים בני מנייה (enum) | |
---|---|
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. 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. |"]]