Enums | |
---|---|
CODE_UNSPECIFIED |
सिर्फ़ इनपुट वैल्यू. Items.list के साथ इस्तेमाल किया जाता है, ताकि सूची में सभी आइटम दिखें. भले ही, उनकी स्थिति कुछ भी हो. |
ERROR |
इस आइटम को प्रोसेस करते समय, Cloud Search को गड़बड़ी का पता चला. गड़बड़ी की जानकारी repositoryError. में दी गई है |
MODIFIED |
डेटा स्टोर करने की जगह में आइटम में बदलाव किया गया है. यह Cloud Search में पहले स्वीकार किए गए वर्शन से अलग है. |
NEW_ITEM |
यह आइटम, डेटा स्टोर करने की जगह में मौजूद है, लेकिन Cloud Search ने इसे अब तक स्वीकार नहीं किया है. कोई आइटम इस स्थिति में तब हो सकता है, जब इस नाम के किसी ऐसे आइटम के लिए Items.push को कॉल किया गया हो जो पहले मौजूद नहीं था. |
ACCEPTED |
एपीआई ने इस आइटम का अप-टू-डेट डेटा स्वीकार कर लिया है. |
ItemStatus.Code
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]