public class BigQueryOptions extends com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
Modifier and Type | Class and Description |
---|---|
static class |
BigQueryOptions.Builder |
static class |
BigQueryOptions.DefaultBigQueryFactory |
static class |
BigQueryOptions.DefaultBigQueryRpcFactory |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected BigQueryRpc |
getBigQueryRpcV2() |
static com.google.cloud.http.HttpTransportOptions |
getDefaultHttpTransportOptions() |
static BigQueryOptions |
getDefaultInstance() |
String |
getLocation() |
protected Set<String> |
getScopes() |
boolean |
getThrowNotFound() |
int |
hashCode() |
static BigQueryOptions.Builder |
newBuilder() |
void |
setThrowNotFound(boolean setThrowNotFound) |
BigQueryOptions.Builder |
toBuilder() |
baseEquals, baseHashCode, defaultRetrySettings, getAppEngineAppId, getAppEngineProjectId, getAppEngineProjectIdFromAppId, getApplicationName, getClientLibToken, getClock, getCredentials, getDefaultHost, getDefaultProject, getDefaultProjectId, getDefaultRetrySettings, getFromServiceLoader, getGoogApiClientLibName, getGoogleCloudProjectId, getHost, getLibraryName, getLibraryVersion, getMergedHeaderProvider, getNoRetrySettings, getProjectId, getRetrySettings, getRpc, getScopedCredentials, getService, getServiceAccountProjectId, getTransportOptions, getUserAgent, newInstance, projectIdRequired, shouldRefreshRpc, shouldRefreshService
public static com.google.cloud.http.HttpTransportOptions getDefaultHttpTransportOptions()
protected Set<String> getScopes()
getScopes
in class com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
protected BigQueryRpc getBigQueryRpcV2()
public String getLocation()
public void setThrowNotFound(boolean setThrowNotFound)
public boolean getThrowNotFound()
public BigQueryOptions.Builder toBuilder()
toBuilder
in class com.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
public static BigQueryOptions getDefaultInstance()
public static BigQueryOptions.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.