AI-generated Key Takeaways
-
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 theirvalidTimeInterval
has elapsed.
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 |