Uses of Class
com.google.cloud.storage.BucketInfo
Packages that use BucketInfo
-
Uses of BucketInfo in com.google.cloud.storage
Subclasses of BucketInfo in com.google.cloud.storageMethods in com.google.cloud.storage that return BucketInfoModifier and TypeMethodDescriptionBucket.asBucketInfo()Drop the heldStorageinstance.abstract BucketInfoBucketInfo.Builder.build()Creates aBucketInfoobject.static BucketInfoCreates aBucketInfoobject for the provided bucket name.Methods in com.google.cloud.storage with parameters of type BucketInfoModifier and TypeMethodDescriptionStorage.create(BucketInfo bucketInfo, Storage.BucketTargetOption... options) Creates a new bucket.Storage.lockRetentionPolicy(BucketInfo bucket, Storage.BucketTargetOption... options) Locks bucket retention policy.static BlobInfo.BuilderBlobInfo.newBuilder(BucketInfo bucketInfo, String name) Returns aBlobInfobuilder where blob identity is set using the provided values.static BlobInfo.BuilderBlobInfo.newBuilder(BucketInfo bucketInfo, String name, Long generation) Returns aBlobInfobuilder where blob identity is set using the provided values.Storage.update(BucketInfo bucketInfo, Storage.BucketTargetOption... options) Updates bucket information.