MatterView
כמות הפירוט שיש להחזיר בעניין.
Enums |
VIEW_UNSPECIFIED |
מידת הפירוט לא צוינה. זהה לבסיסי. |
BASIC |
מחזירה את מזהה העניין, השם, התיאור והמצב. אפשרות ברירת המחדל. |
FULL |
מחזיר את הפרטים הבסיסיים ורשימה של בעלי העניין ושותפי העריכה שלהם (מידע נוסף בהרשאות Matter). |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["The default view, `BASIC`, returns a matter's ID, name, description, and state."],["`FULL` view provides all basic details plus matter owners and collaborators."],["`VIEW_UNSPECIFIED` acts the same as `BASIC` and returns basic matter information."]]],["The provided content defines different levels of detail for retrieving matter information. `BASIC` returns the matter's ID, name, description, and state, representing the default level. `FULL` provides the same basic details plus a list of matter owners and collaborators. `VIEW_UNSPECIFIED` is equivalent to `BASIC`, indicating an unspecified or default level of detail. These enums control how much data is included when requesting matter details.\n"]]