Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static StorageRetryStrategy |
StorageRetryStrategy.getDefaultStorageRetryStrategy()
Factory method to get an instance of the default implementation of
StorageRetryStrategy . |
static StorageRetryStrategy |
StorageRetryStrategy.getLegacyStorageRetryStrategy()
Deprecated.
please migrate to using
getDefaultStorageRetryStrategy() which is capable
of providing handlers which are appropriate for idempotent and non-idempotent calls. |
StorageRetryStrategy |
HttpStorageOptions.HttpStorageDefaults.getStorageRetryStrategy() |
StorageRetryStrategy |
GrpcStorageOptions.GrpcStorageDefaults.getStorageRetryStrategy() |
static StorageRetryStrategy |
StorageRetryStrategy.getUniformStorageRetryStrategy()
Factory method to get an instance of
StorageRetryStrategy which will uniformly retry
all calls as if they were idempotent. |
Modifier and Type | Method and Description |
---|---|
abstract StorageOptions.Builder |
StorageOptions.Builder.setStorageRetryStrategy(StorageRetryStrategy storageRetryStrategy) |
HttpStorageOptions.Builder |
HttpStorageOptions.Builder.setStorageRetryStrategy(StorageRetryStrategy storageRetryStrategy)
Override the default retry handling behavior with an alternate strategy.
|
GrpcStorageOptions.Builder |
GrpcStorageOptions.Builder.setStorageRetryStrategy(StorageRetryStrategy storageRetryStrategy)
Override the default retry handling behavior with an alternate strategy.
|
Copyright © 2023 Google LLC. All rights reserved.