public class GoogleBigQueryConnectionFactory extends Object
Constructor and Description |
---|
GoogleBigQueryConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialsFileLocation() |
com.google.api.services.bigquery.Bigquery |
getDefaultClient() |
com.google.api.services.bigquery.Bigquery |
getMultiThreadClient(int parallelThreads) |
String |
getServiceAccount() |
String |
getServiceAccountKey() |
String |
getServiceURL() |
GoogleBigQueryConnectionFactory |
setCredentialsFileLocation(String credentialsFileLocation) |
GoogleBigQueryConnectionFactory |
setServiceAccount(String serviceAccount) |
GoogleBigQueryConnectionFactory |
setServiceAccountKey(String serviceAccountKey) |
GoogleBigQueryConnectionFactory |
setServiceURL(String serviceURL) |
public com.google.api.services.bigquery.Bigquery getDefaultClient() throws Exception
Exception
public com.google.api.services.bigquery.Bigquery getMultiThreadClient(int parallelThreads) throws Exception
Exception
public String getServiceAccount()
public GoogleBigQueryConnectionFactory setServiceAccount(String serviceAccount)
public String getServiceAccountKey()
public GoogleBigQueryConnectionFactory setServiceAccountKey(String serviceAccountKey)
public String getCredentialsFileLocation()
public GoogleBigQueryConnectionFactory setCredentialsFileLocation(String credentialsFileLocation)
public String getServiceURL()
public GoogleBigQueryConnectionFactory setServiceURL(String serviceURL)
Apache Camel