Class and Description |
---|
com.google.cloud.storage.BucketInfo.AgeDeleteRule
Use a
LifecycleRule with a DeleteLifecycleAction and use LifecycleCondition.Builder.setAge instead.
For example, |
com.google.cloud.storage.BucketInfo.CreatedBeforeDeleteRule
Use a
LifecycleRule with an action DeleteLifecycleAction and a
condition LifecycleCondition.Builder.setCreatedBefore instead. |
com.google.cloud.storage.BucketInfo.DeleteRule
Use a
LifecycleRule with a DeleteLifecycleAction and a LifecycleCondition which is equivalent to a subclass of DeleteRule instead. |
com.google.cloud.storage.BucketInfo.IsLiveDeleteRule
Use a
LifecycleRule with a DeleteLifecycleAction and a condition
LifecycleCondition.Builder.setIsLive instead. |
com.google.cloud.storage.BucketInfo.NumNewerVersionsDeleteRule
Use a
LifecycleRule with a DeleteLifecycleAction and a condition
LifecycleCondition.Builder.setNumberOfNewerVersions instead. |
Enum Constant and Description |
---|
com.google.cloud.storage.BucketInfo.PublicAccessPrevention.UNSPECIFIED |
Copyright © 2022 Google LLC. All rights reserved.