| Class and Description | 
|---|
| com.google.cloud.storage.BucketInfo.AgeDeleteRule Use a  LifecycleRulewith aDeleteLifecycleActionand useLifecycleCondition.Builder.setAgeinstead.For example,  | 
| com.google.cloud.storage.BucketInfo.CreatedBeforeDeleteRule Use a  LifecycleRulewith an actionDeleteLifecycleActionand a
     conditionLifecycleCondition.Builder.setCreatedBeforeinstead. | 
| com.google.cloud.storage.BucketInfo.DeleteRule Use a  LifecycleRulewith aDeleteLifecycleActionand aLifecycleConditionwhich is equivalent to a subclass of DeleteRule instead. | 
| com.google.cloud.storage.BucketInfo.IsLiveDeleteRule Use a  LifecycleRulewith aDeleteLifecycleActionand a conditionLifecycleCondition.Builder.setIsLiveinstead. | 
| com.google.cloud.storage.BucketInfo.NumNewerVersionsDeleteRule Use a  LifecycleRulewith aDeleteLifecycleActionand a conditionLifecycleCondition.Builder.setNumberOfNewerVersionsinstead. | 
| Constructor and Description | 
|---|
| com.google.cloud.storage.contrib.nio.CloudStorageRetryHandler(int) use CloudStorageRetryHandler(CloudStorageConfiguration) instead. | 
| com.google.cloud.storage.contrib.nio.CloudStorageRetryHandler(int, int) use CloudStorageRetryHandler(CloudStorageConfiguration) instead. | 
Copyright © 2019 Google LLC. All rights reserved.