טיפוסים בני מנייה (enums) | |
---|---|
STATE_UNSPECIFIED |
|
ACTIVE |
האובייקט פעיל ומוצג יחד עם אובייקטים פעילים אחרים. |
active |
כתובת אימייל חלופית מדור קודם של |
COMPLETED |
|
completed |
כתובת אימייל חלופית מדור קודם של |
EXPIRED |
האובייקט כבר לא חוקי (עבר validTimeInterval ). |
expired |
כתובת אימייל חלופית מדור קודם של |
INACTIVE |
|
inactive |
כתובת אימייל חלופית מדור קודם של |
State
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["This enum defines the various states an object can be in, such as active, completed, expired, or inactive."],["Legacy aliases using lowercase lettering are deprecated and should be replaced with their uppercase counterparts."],["Objects transition to `EXPIRED` state once their `validTimeInterval` has elapsed."]]],["The provided content defines enums for object states. `ACTIVE` indicates an object is currently in use and visible. `COMPLETED` signifies a finished state. `EXPIRED` means the object's validity period has ended. `INACTIVE` is another state. Legacy aliases (`active`, `completed`, `expired`, `inactive`) are provided for each respective state but are deprecated. `STATE_UNSPECIFIED` is also an enum. Each of the deprecated legacy items is noted as such.\n"]]