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. |
com.google.cloud.storage.GrpcStorageOptions.GrpcStorageRpcFactory |
com.google.cloud.storage.Option |
com.google.cloud.storage.StorageOptions.DefaultStorageFactory |
com.google.cloud.storage.StorageOptions.DefaultStorageRpcFactory |
Enum Constant and Description |
---|
com.google.cloud.storage.Storage.BlobField.KIND |
com.google.cloud.storage.BucketInfo.PublicAccessPrevention.UNSPECIFIED |
Copyright © 2023 Google LLC. All rights reserved.