locked property
Whether the bucket is locked.
The retention period on a locked bucket cannot be changed. Locked buckets may only be deleted if they are empty.
Implementation
@$pb.TagNumber(9)
$core.bool get locked => $_getBF(4);
Implementation
@$pb.TagNumber(9)
set locked($core.bool value) => $_setBool(4, value);