Class GoogleBigQueryConfiguration
java.lang.Object
org.apache.camel.component.google.bigquery.GoogleBigQueryConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()ConnectionFactory to obtain connection to Bigquery Service.voidparseRemaining(String remaining) voidsetConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) setDatasetId(String datasetId) setProjectId(String projectId) setServiceAccountKey(String serviceAccountKey) setTableId(String tableId) setUseAsInsertId(String useAsInsertId)
-
Constructor Details
-
GoogleBigQueryConfiguration
public GoogleBigQueryConfiguration()
-
-
Method Details
-
parseRemaining
-
getConnectionFactory
ConnectionFactory to obtain connection to Bigquery Service. If non provided the default will be used. -
setConnectionFactory
-
getUseAsInsertId
-
setUseAsInsertId
-
getProjectId
-
setProjectId
-
getDatasetId
-
setDatasetId
-
getTableId
-
setTableId
-
getServiceAccountKey
-
setServiceAccountKey
-
copy
-