Package com.google.auth
Interface Retryable
-
public interface Retryable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRetryCount()Gets a number of performed retries for related HttpRequestbooleanisRetryable()A flag indicating whether the error is retryable
-