| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
google-cloud library. |
| Modifier and Type | Method and Description |
|---|---|
static RetryOption |
RetryOption.initialRetryDelay(org.threeten.bp.Duration initialRetryDelay)
See
RetrySettings.getInitialRetryDelay(). |
static RetryOption |
RetryOption.jittered(boolean jittered)
See
RetrySettings.isJittered() ()}. |
static RetryOption |
RetryOption.maxAttempts(int maxAttempts)
See
RetrySettings.getMaxAttempts(). |
static RetryOption |
RetryOption.maxRetryDelay(org.threeten.bp.Duration maxRetryDelay)
See
RetrySettings.getMaxRetryDelay(). |
static RetryOption |
RetryOption.retryDelayMultiplier(double retryDelayMultiplier)
See
RetrySettings.getRetryDelayMultiplier(). |
static RetryOption |
RetryOption.totalTimeout(org.threeten.bp.Duration totalTimeout)
See
RetrySettings.getTotalTimeout(). |
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.gax.retrying.RetrySettings |
RetryOption.mergeToSettings(com.google.api.gax.retrying.RetrySettings settings,
RetryOption... options)
Creates a new
RetrySettings instance, merging provided settings and multiple RetryOptions, each of which represents a single property in RetrySettings. |
Copyright © 2022 Google LLC. All rights reserved.