Module: Google::Cloud::Logging::V2::LifecycleState

Defined in:
proto_docs/google/logging/v2/logging_config.rb

Overview

LogBucket lifecycle states (Beta).

Constant Summary collapse

LIFECYCLE_STATE_UNSPECIFIED =

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

0
ACTIVE =

The normal and active state.

1
DELETE_REQUESTED =

The bucket has been marked for deletion by the user.

2