Class BigQueryOptions

java.lang.Object
com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
com.google.cloud.bigquery.BigQueryOptions
All Implemented Interfaces:
Serializable

public class BigQueryOptions extends com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
See Also:
  • Method Details

    • getDefaultHttpTransportOptions

      public static com.google.cloud.http.HttpTransportOptions getDefaultHttpTransportOptions()
    • getScopes

      protected Set<String> getScopes()
      Specified by:
      getScopes in class com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
    • getBigQueryRpcV2

      protected BigQueryRpc getBigQueryRpcV2()
    • getLocation

      public String getLocation()
    • isQueryPreviewEnabled

      public boolean isQueryPreviewEnabled()
    • setThrowNotFound

      public void setThrowNotFound(boolean setThrowNotFound)
    • setQueryPreviewEnabled

      public void setQueryPreviewEnabled(String queryPreviewEnabled)
    • getThrowNotFound

      public boolean getThrowNotFound()
    • toBuilder

      public BigQueryOptions.Builder toBuilder()
      Specified by:
      toBuilder in class com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getDefaultInstance

      public static BigQueryOptions getDefaultInstance()
    • newBuilder

      public static BigQueryOptions.Builder newBuilder()