@InternalApi public class RetryUtil extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.api.gax.retrying.RetrySettings |
updateRetrySettings(com.google.api.gax.retrying.RetrySettings oldRetrySettings,
Retry newRetry)
Updates a
RetrySettings based on configuration properties. |
public static com.google.api.gax.retrying.RetrySettings updateRetrySettings(com.google.api.gax.retrying.RetrySettings oldRetrySettings, Retry newRetry)
RetrySettings
based on configuration properties.oldRetrySettings
- the existing RetrySettings
object to updatenewRetry
- the Retry
object containing configured property override valuesRetrySettings
objectCopyright © 2023. All rights reserved.