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 class
BigQueryOptions.Builder
static class
BigQueryOptions.DefaultBigQueryFactory
static class
BigQueryOptions.DefaultBigQueryRpcFactory
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
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:
getScopes
in 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:
toBuilder
in classcom.google.cloud.ServiceOptions<BigQuery,BigQueryOptions>
-
getDefaultInstance
public static BigQueryOptions getDefaultInstance()
-
newBuilder
public static BigQueryOptions.Builder newBuilder()
-
-