@UriParams public class GoogleBigQuerySQLConfiguration extends Object
| Constructor and Description |
|---|
GoogleBigQuerySQLConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GoogleBigQueryConnectionFactory |
getConnectionFactory()
ConnectionFactory to obtain connection to Bigquery Service.
|
String |
getProjectId() |
String |
getQueryString() |
void |
parseRemaining(String remaining) |
void |
setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) |
GoogleBigQuerySQLConfiguration |
setProjectId(String projectId) |
GoogleBigQuerySQLConfiguration |
setQueryString(String queryString) |
public void parseRemaining(String remaining)
public GoogleBigQueryConnectionFactory getConnectionFactory()
public void setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory)
public String getQueryString()
public GoogleBigQuerySQLConfiguration setQueryString(String queryString)
public String getProjectId()
public GoogleBigQuerySQLConfiguration setProjectId(String projectId)
Apache Camel