Uses of Class
com.google.cloud.storage.Bucket
Packages that use Bucket
-
Uses of Bucket in com.google.cloud.storage
Methods in com.google.cloud.storage that return BucketModifier and TypeMethodDescriptionBucket.Builder.build()Storage.create(BucketInfo bucketInfo, Storage.BucketTargetOption... options) Creates a new bucket.Storage.get(String bucket, Storage.BucketGetOption... options) Returns the requested bucket ornullif not found.Bucket.lockRetentionPolicy(Storage.BucketTargetOption... options) Locks bucket retention policy.Storage.lockRetentionPolicy(BucketInfo bucket, Storage.BucketTargetOption... options) Locks bucket retention policy.Bucket.reload(Bucket.BucketSourceOption... options) Fetches current bucket's latest information.Bucket.update(Storage.BucketTargetOption... options) Updates the bucket's information.Storage.update(BucketInfo bucketInfo, Storage.BucketTargetOption... options) Updates bucket information.Methods in com.google.cloud.storage that return types with arguments of type BucketModifier and TypeMethodDescriptioncom.google.api.gax.paging.Page<Bucket>Storage.list(Storage.BucketListOption... options) Lists the project's buckets.