Package com.google.cloud.bigquery
Class BigQueryRetryConfig
- java.lang.Object
-
- com.google.cloud.bigquery.BigQueryRetryConfig
-
public class BigQueryRetryConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BigQueryRetryConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<String>
getRetriableErrorMessages()
com.google.common.collect.ImmutableSet<String>
getRetriableRegExes()
static BigQueryRetryConfig.Builder
newBuilder()
-
-
-
Method Detail
-
getRetriableErrorMessages
public com.google.common.collect.ImmutableSet<String> getRetriableErrorMessages()
-
getRetriableRegExes
public com.google.common.collect.ImmutableSet<String> getRetriableRegExes()
-
newBuilder
public static BigQueryRetryConfig.Builder newBuilder()
-
-