Uses of Interface
com.google.cloud.storage.Storage
Packages that use Storage
Package
Description
A client for Cloud Storage - Unified object storage.
A testing helper for Google Cloud Storage.
-
Uses of Storage in com.google.cloud.storage
Methods in com.google.cloud.storage that return StorageModifier and TypeMethodDescriptionGrpcStorageOptions.GrpcStorageFactory.create(StorageOptions options) HttpStorageOptions.HttpStorageFactory.create(StorageOptions options) Blob.getStorage()Returns the blob'sStorageobject used to issue requests.Bucket.getStorage()Returns the bucket'sStorageobject used to issue requests.Notification.getStorage()Returns the notification'sStorageobject used to issue requests.Methods in com.google.cloud.storage with parameters of type StorageModifier and TypeMethodDescriptionprotected booleanGrpcStorageOptions.shouldRefreshService(Storage cachedService) Method parameters in com.google.cloud.storage with type arguments of type StorageModifier and TypeMethodDescriptionGrpcStorageOptions.Builder.setServiceFactory(com.google.cloud.ServiceFactory<Storage, StorageOptions> serviceFactory) HttpStorageOptions.Builder.setServiceFactory(com.google.cloud.ServiceFactory<Storage, StorageOptions> serviceFactory) -
Uses of Storage in com.google.cloud.storage.testing
Methods in com.google.cloud.storage.testing with parameters of type StorageModifier and TypeMethodDescriptionstatic voidRemoteStorageHelper.cleanBuckets(Storage storage, long olderThan, long timeoutMs) static voidRemoteStorageHelper.forceDelete(Storage storage, String bucket) Deletes a bucket, even if non-empty.static BooleanRemoteStorageHelper.forceDelete(Storage storage, String bucket, long timeout, TimeUnit unit) Deletes a bucket, even if non-empty.static BooleanRemoteStorageHelper.forceDelete(Storage storage, String bucket, long timeout, TimeUnit unit, String userProject) Deletes a bucket, even if non-empty.