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. |
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.