public class GoogleBigQueryConnectionFactory extends Object
| Constructor and Description |
|---|
GoogleBigQueryConnectionFactory() |
GoogleBigQueryConnectionFactory(com.google.cloud.bigquery.BigQuery client) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsFileLocation() |
com.google.cloud.bigquery.BigQuery |
getDefaultClient() |
String |
getServiceURL() |
GoogleBigQueryConnectionFactory |
setCredentialsFileLocation(String credentialsFileLocation) |
GoogleBigQueryConnectionFactory |
setServiceURL(String serviceURL) |
public GoogleBigQueryConnectionFactory()
public GoogleBigQueryConnectionFactory(com.google.cloud.bigquery.BigQuery client)
public com.google.cloud.bigquery.BigQuery getDefaultClient()
throws Exception
Exceptionpublic String getCredentialsFileLocation()
public GoogleBigQueryConnectionFactory setCredentialsFileLocation(String credentialsFileLocation)
public String getServiceURL()
public GoogleBigQueryConnectionFactory setServiceURL(String serviceURL)
Apache Camel