Uses of Class
org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration
Packages that use GoogleBigQuerySQLConfiguration
-
Uses of GoogleBigQuerySQLConfiguration in org.apache.camel.component.google.bigquery.sql
Fields in org.apache.camel.component.google.bigquery.sql declared as GoogleBigQuerySQLConfigurationModifier and TypeFieldDescriptionprotected final GoogleBigQuerySQLConfigurationGoogleBigQuerySQLEndpoint.configurationMethods in org.apache.camel.component.google.bigquery.sql that return GoogleBigQuerySQLConfigurationModifier and TypeMethodDescriptionGoogleBigQuerySQLConfiguration.copy()GoogleBigQuerySQLComponent.getConfiguration()GoogleBigQuerySQLEndpoint.getConfiguration()GoogleBigQuerySQLConfiguration.setPageToken(String pageToken) GoogleBigQuerySQLConfiguration.setProjectId(String projectId) GoogleBigQuerySQLConfiguration.setQueryString(String queryString) GoogleBigQuerySQLConfiguration.setServiceAccountKey(String serviceAccountKey) Constructors in org.apache.camel.component.google.bigquery.sql with parameters of type GoogleBigQuerySQLConfigurationModifierConstructorDescriptionGoogleBigQuerySQLComponent(GoogleBigQuerySQLConfiguration configuration) protectedGoogleBigQuerySQLEndpoint(String endpointUri, GoogleBigQuerySQLComponent component, GoogleBigQuerySQLConfiguration configuration) GoogleBigQuerySQLProducer(com.google.cloud.bigquery.BigQuery bigquery, GoogleBigQuerySQLEndpoint endpoint, GoogleBigQuerySQLConfiguration configuration)