Class GoogleBigQuerySQLConfiguration
java.lang.Object
org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
ConnectionFactory to obtain connection to Bigquery Service.void
parseRemaining
(String remaining) void
setConnectionFactory
(GoogleBigQueryConnectionFactory connectionFactory) setProjectId
(String projectId) setQueryString
(String queryString) setServiceAccountKey
(String serviceAccountKey)
-
Constructor Details
-
GoogleBigQuerySQLConfiguration
public GoogleBigQuerySQLConfiguration()
-
-
Method Details
-
parseRemaining
-
getConnectionFactory
ConnectionFactory to obtain connection to Bigquery Service. If non provided the default will be used. -
setConnectionFactory
-
getQueryString
-
setQueryString
-
getProjectId
-
setProjectId
-
getServiceAccountKey
-
setServiceAccountKey
-
copy
-