Uses of Class
com.google.cloud.bigquery.storage.util.Errors.IsRetryableStatusResult
-
Packages that use Errors.IsRetryableStatusResult Package Description com.google.cloud.bigquery.storage.util -
-
Uses of Errors.IsRetryableStatusResult in com.google.cloud.bigquery.storage.util
Methods in com.google.cloud.bigquery.storage.util that return Errors.IsRetryableStatusResult Modifier and Type Method Description static Errors.IsRetryableStatusResult
Errors. isRetryableStatus(io.grpc.Status status, io.grpc.Metadata metadata)
Returns true iff the Status indicates an error that is retryable.
-