public enum LifecycleState extends Enum<LifecycleState> implements ProtocolMessageEnum
LogBucket 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. |
CREATING |
The resource has been marked for creation by the user. It will remain in this state until the creation is complete. |
CREATING_VALUE |
The resource has been marked for creation by the user. It will remain in this state until the creation is complete. |
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. |
FAILED |
The resource is in an INTERNAL error state. |
FAILED_VALUE |
The resource is in an INTERNAL error state. |
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 |
|
UPDATING |
The resource has been marked for an update by the user. It will remain in this state until the update is complete. |
UPDATING_VALUE |
The resource has been marked for an update by the user. It will remain in this state until the update is complete. |
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() |