Stackdriver Logging V2 Client - Class LifecycleState (1.26.0)

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;

UPDATING

Value: 3

The resource has been marked for an update by the user. It will remain in this state until the update is complete.

Generated from protobuf enum UPDATING = 3;

CREATING

Value: 4

The resource has been marked for creation by the user. It will remain in this state until the creation is complete.

Generated from protobuf enum CREATING = 4;

FAILED

Value: 5

The resource is in an INTERNAL error state.

Generated from protobuf enum FAILED = 5;