LifecycleState

LogBucket lifecycle states.

Enums
LIFECYCLE_STATE_UNSPECIFIEDUnspecified state. This is only used/useful for distinguishing unset values.
ACTIVEThe normal and active state.
DELETE_REQUESTEDThe resource has been marked for deletion by the user. For some resources (e.g. buckets), this can be reversed by an un-delete operation.
UPDATINGThe resource has been marked for an update by the user. It will remain in this state until the update is complete.
CREATINGThe resource has been marked for creation by the user. It will remain in this state until the creation is complete.
FAILEDThe 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.