lifecycleState property

  1. @TagNumber.new(12)
LifecycleState get lifecycleState

Output only. The bucket lifecycle state.

Implementation

@$pb.TagNumber(12)
LifecycleState get lifecycleState => $_getN(6);
  1. @TagNumber.new(12)
set lifecycleState (LifecycleState value)

Implementation

@$pb.TagNumber(12)
set lifecycleState(LifecycleState value) => $_setField(12, value);