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 classBigQueryRetryConfig.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.BuildernewBuilder()
-
-
-
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()
-
-