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.voidparseRemaining(String remaining) voidsetConnectionFactory(GoogleBigQueryConnectionFactory connectionFactory) setPageToken(String pageToken) 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
-
getPageToken
-
setPageToken
-
copy
-