CategoryView
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Enum כדי לעזור בהגבלת כמות הנתונים שהשרת מחזיר.
Enums |
CATEGORY_VIEW_UNSPECIFIED |
לא צוין, שווה ל-CATEGORY_metaDATA_ONLY. |
BASIC |
תגובת השרת תכלול רק את השדות categoryName, categoryId ו-languageCode. הוא משמיט שדות הקשורים למטא נתונים של סוגי השירותים. |
FULL |
מחזירה את כל השדות בתגובה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eThis enum limits the amount of data returned from the server when requesting category information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBASIC\u003c/code\u003e returns only basic category information like name, ID, and language, while \u003ccode\u003eFULL\u003c/code\u003e returns all available data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCATEGORY_VIEW_UNSPECIFIED\u003c/code\u003e defaults to minimal data, similar to \u003ccode\u003eBASIC\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# CategoryView\n\nAn enum to help limit the amount of data returned by the server.\n\n| Enums ||\n|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `CATEGORY_VIEW_UNSPECIFIED` | Not specified, equivalent to CATEGORY_METADATA_ONLY. |\n| `BASIC` | The server response will only include Category fields displayName, categoryId and languageCode. It omits any service type metadata related fields. |\n| `FULL` | Returns all the fields in the response. |"]]