@UriParams public class GoogleBigQueryConfiguration extends Object
Constructor and Description |
---|
GoogleBigQueryConfiguration() |
Modifier and Type | Method and Description |
---|---|
GoogleBigQueryConnectionFactory |
getConnectionFactory()
ConnectionFactory to obtain connection to Bigquery Service.
|
String |
getDatasetId() |
String |
getProjectId() |
String |
getTableId() |
String |
getUseAsInsertId() |
void |
parseRemaining(String remaining) |
void |
setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) |
GoogleBigQueryConfiguration |
setDatasetId(String datasetId) |
GoogleBigQueryConfiguration |
setProjectId(String projectId) |
GoogleBigQueryConfiguration |
setTableId(String tableId) |
GoogleBigQueryConfiguration |
setUseAsInsertId(String useAsInsertId) |
public void parseRemaining(String remaining)
public GoogleBigQueryConnectionFactory getConnectionFactory()
public void setConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory)
public String getUseAsInsertId()
public GoogleBigQueryConfiguration setUseAsInsertId(String useAsInsertId)
public String getProjectId()
public GoogleBigQueryConfiguration setProjectId(String projectId)
public String getDatasetId()
public GoogleBigQueryConfiguration setDatasetId(String datasetId)
public String getTableId()
public GoogleBigQueryConfiguration setTableId(String tableId)
Apache Camel