Enum LifecycleState (3.7.6)

public enum LifecycleState extends Enum<LifecycleState> implements ProtocolMessageEnum

LogBucket lifecycle states.

Protobuf enum google.logging.v2.LifecycleState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The normal and active state.

ACTIVE = 1;

ACTIVE_VALUE

The normal and active state.

ACTIVE = 1;

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 = 2;

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.

DELETE_REQUESTED = 2;

LIFECYCLE_STATE_UNSPECIFIED

Unspecified state. This is only used/useful for distinguishing unset values.

LIFECYCLE_STATE_UNSPECIFIED = 0;

LIFECYCLE_STATE_UNSPECIFIED_VALUE

Unspecified state. This is only used/useful for distinguishing unset values.

LIFECYCLE_STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()