Package | Description |
---|---|
com.google.cloud.notification | |
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
com.google.cloud.storage.testing |
A testing helper for Google Cloud Storage.
|
Modifier and Type | Method and Description |
---|---|
Notification |
Notification.create(Storage storage) |
Notification |
NotificationImpl.create(Storage storage) |
Notification |
NotificationImpl.DefaultNotificationFactory.create(Storage storage) |
Modifier and Type | Method and Description |
---|---|
Storage |
StorageOptions.DefaultStorageFactory.create(StorageOptions options) |
Storage |
Blob.getStorage()
Returns the blob's
Storage object used to issue requests. |
Storage |
Bucket.getStorage()
Returns the bucket's
Storage object used to issue requests. |
Modifier and Type | Method and Description |
---|---|
static void |
RemoteStorageHelper.cleanBuckets(Storage storage,
long olderThan,
long timeoutMs) |
static void |
RemoteStorageHelper.forceDelete(Storage storage,
String bucket)
Deletes a bucket, even if non-empty.
|
static Boolean |
RemoteStorageHelper.forceDelete(Storage storage,
String bucket,
long timeout,
TimeUnit unit)
Deletes a bucket, even if non-empty.
|
static Boolean |
RemoteStorageHelper.forceDelete(Storage storage,
String bucket,
long timeout,
TimeUnit unit,
String userProject)
Deletes a bucket, even if non-empty.
|
Copyright © 2019 Google LLC. All rights reserved.