LifecycleState Stay organized with collections Save and categorize content based on your preferences.
LogBucket lifecycle states.
| Enums | |
|---|---|
LIFECYCLE_STATE_UNSPECIFIED | Unspecified state. This is only used/useful for distinguishing unset values. |
ACTIVE | The normal and active state. |
DELETE_REQUESTED | The resource has been marked for deletion by the user. For some resources (e.g. buckets), this can be reversed by an un-delete operation. |
UPDATING | The resource has been marked for an update by the user. It will remain in this state until the update is complete. |
CREATING | The resource has been marked for creation by the user. It will remain in this state until the creation is complete. |
FAILED | The resource is in an INTERNAL error state. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-21 UTC.