Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static void |
BaseServiceException.translate(RetryHelper.RetryHelperException ex) |
Modifier and Type | Method and Description |
---|---|
static <V> V |
RetryHelper.runWithRetries(Callable<V> callable,
RetrySettings retrySettings,
ResultRetryAlgorithm<?> resultRetryAlgorithm,
ApiClock clock) |
Modifier and Type | Method and Description |
---|---|
static StorageException |
StorageException.translateAndThrow(RetryHelper.RetryHelperException ex)
Translate RetryHelperException to the StorageException that caused the error.
|
Copyright © 2019 Google LLC. All rights reserved.