Stackdriver Logging V2 Client - Class LifecycleState (1.25.5)

Reference documentation and code samples for the Stackdriver Logging V2 Client class LifecycleState.

LogBucket lifecycle states.

Protobuf type google.logging.v2.LifecycleState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

LIFECYCLE_STATE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum LIFECYCLE_STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The normal and active state.

Generated from protobuf enum ACTIVE = 1;

DELETE_REQUESTED

Value: 2

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.

Generated from protobuf enum DELETE_REQUESTED = 2;