Enums | |
---|---|
STATE_UNSPECIFIED |
|
ACTIVE |
Object is active and displayed to with other active objects. |
active |
Legacy alias for |
COMPLETED |
|
completed |
Legacy alias for |
EXPIRED |
Object is no longer valid (validTimeInterval passed). |
expired |
Legacy alias for |
INACTIVE |
|
inactive |
Legacy alias for |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 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"]]