Class BigQueryRetryConfig (2.38.2)

public class BigQueryRetryConfig

Inheritance

java.lang.Object > BigQueryRetryConfig

Static Methods

newBuilder()

public static BigQueryRetryConfig.Builder newBuilder()
Returns
TypeDescription
BigQueryRetryConfig.Builder

Methods

getRetriableErrorMessages()

public ImmutableSet<String> getRetriableErrorMessages()
Returns
TypeDescription
com.google.common.collect.ImmutableSet<String>

getRetriableRegExes()

public ImmutableSet<String> getRetriableRegExes()
Returns
TypeDescription
com.google.common.collect.ImmutableSet<String>