public enum LifecycleState extends Enum<LifecycleState> implements ProtocolMessageEnumLogBucket lifecycle states.
Protobuf enum google.logging.v2.LifecycleState
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACTIVE | The normal and active state. |
| ACTIVE_VALUE | 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. |
| DELETE_REQUESTED_VALUE | 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. |
| LIFECYCLE_STATE_UNSPECIFIED | Unspecified state. This is only used/useful for distinguishing unset values. |
| LIFECYCLE_STATE_UNSPECIFIED_VALUE | Unspecified state. This is only used/useful for distinguishing unset values. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |