Class BigQueryRetryConfig

java.lang.Object
com.google.cloud.bigquery.BigQueryRetryConfig

public class BigQueryRetryConfig extends Object
  • Method Details

    • getRetriableErrorMessages

      public com.google.common.collect.ImmutableSet<String> getRetriableErrorMessages()
    • getRetriableRegExes

      public com.google.common.collect.ImmutableSet<String> getRetriableRegExes()
    • newBuilder

      public static BigQueryRetryConfig.Builder newBuilder()