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. | 

