Package com.google.cloud.bigquery
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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBigQueryOptions.Builderstatic classBigQueryOptions.DefaultBigQueryFactorystatic classBigQueryOptions.DefaultBigQueryRpcFactory
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected BigQueryRpcgetBigQueryRpcV2()static com.google.cloud.http.HttpTransportOptionsgetDefaultHttpTransportOptions()static BigQueryOptionsgetDefaultInstance()StringgetLocation()protected Set<String>getScopes()booleangetThrowNotFound()inthashCode()static BigQueryOptions.BuildernewBuilder()voidsetThrowNotFound(boolean setThrowNotFound)BigQueryOptions.BuildertoBuilder()-
Methods inherited from class com.google.cloud.ServiceOptions
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClientLibToken, getClock, getCredentials, getDefaultHost, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getQuotaProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, projectIdRequired, shouldRefreshRpc, shouldRefreshService
-
-
-
-
Method Detail
-
getDefaultHttpTransportOptions
public static com.google.cloud.http.HttpTransportOptions getDefaultHttpTransportOptions()
-
getScopes
protected Set<String> getScopes()
- Specified by:
getScopesin classcom.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
-
getBigQueryRpcV2
protected BigQueryRpc getBigQueryRpcV2()
-
getLocation
public String getLocation()
-
setThrowNotFound
public void setThrowNotFound(boolean setThrowNotFound)
-
getThrowNotFound
public boolean getThrowNotFound()
-
toBuilder
public BigQueryOptions.Builder toBuilder()
- Specified by:
toBuilderin classcom.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
-
getDefaultInstance
public static BigQueryOptions getDefaultInstance()
-
newBuilder
public static BigQueryOptions.Builder newBuilder()
-
-