Wartości w polu enum | |
---|---|
STATE_UNSPECIFIED |
|
ACTIVE |
Obiekt jest aktywny i wyświetlany razem z innymi aktywnymi obiektami. |
active |
Starsza wersja aliasu dla |
COMPLETED |
|
completed |
Starsza wersja aliasu dla |
EXPIRED |
Obiekt nie jest już prawidłowy (okres validTimeInterval upłynął). |
expired |
Starsza wersja aliasu dla |
INACTIVE |
|
inactive |
Starsza wersja aliasu dla |
State
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["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"],null,[]]