התכונה 'פעולות שיחה' הוצאה משימוש ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
SlotStatus
מייצגת את הסטטוס של משבצת זמן.
טיפוסים בני מנייה (enum) |
SLOT_UNSPECIFIED |
ערך חלופי כאשר שדה השימוש לא מאוכלס. |
EMPTY |
מציין שלמיקום אין ערכים. לא ניתן לשנות את הסטטוס הזה באמצעות התשובה. |
INVALID |
מציין שהערך של מיקום המשבצת לא חוקי. ניתן להגדיר את הסטטוס הזה באמצעות התשובה. |
FILLED |
מציין שלמשבצת יש ערך. לא ניתן לשנות את הסטטוס הזה באמצעות התשובה. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2023-05-16 (שעון UTC).
[null,null,["עדכון אחרון: 2023-05-16 (שעון UTC)."],[[["Represents the current status of a slot, such as whether it's empty, filled with a valid value, or contains an invalid value."],["Includes statuses like `EMPTY`, `INVALID`, and `FILLED` alongside a fallback value `SLOT_UNSPECIFIED`."],["While `EMPTY` and `FILLED` statuses reflect the actual slot content and cannot be changed directly through responses, the `INVALID` status can be set to indicate an issue with the provided value."]]],["The provided content defines the possible statuses of a \"slot.\" `SLOT_UNSPECIFIED` is the default when status is unknown. `EMPTY` signifies no value, unchangeable via response. `INVALID` denotes an erroneous value, and can be set through a response. `FILLED` means a slot has a valid value and cannot be changed by a response. These four enums define a slot's state and whether it can be updated remotely.\n"]]