Interface RetryingContext (2.83.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface RetryingContext
Methods
getRetrySettings()
public abstract @Nullable RetrySettings getRetrySettings()
Returns the RetrySettings to use with this context, or null if the default
RetrySettings should be used.
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable com.google.api.gax.retrying.RetrySettings |
|
getRetryableCodes()
public abstract @Nullable Set<StatusCode.Code> getRetryableCodes()
Returns the retryable codes to use with this context, or null if the default
retryable codes should be used.
| Returns |
| Type |
Description |
@org.jspecify.annotations.Nullable java.util.Set<Code> |
|
getTracer()
public abstract ApiTracer getTracer()
Returns the ApiTracer associated with the current operation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]