Uses of Class
org.apache.camel.component.google.bigquery.GoogleBigQueryConfiguration
Packages that use GoogleBigQueryConfiguration
-
Uses of GoogleBigQueryConfiguration in org.apache.camel.component.google.bigquery
Fields in org.apache.camel.component.google.bigquery declared as GoogleBigQueryConfigurationModifier and TypeFieldDescriptionprotected final GoogleBigQueryConfigurationGoogleBigQueryEndpoint.configurationMethods in org.apache.camel.component.google.bigquery that return GoogleBigQueryConfigurationModifier and TypeMethodDescriptionGoogleBigQueryConfiguration.copy()GoogleBigQueryComponent.getConfiguration()GoogleBigQueryEndpoint.getConfiguration()GoogleBigQueryConfiguration.setDatasetId(String datasetId) GoogleBigQueryConfiguration.setProjectId(String projectId) GoogleBigQueryConfiguration.setServiceAccountKey(String serviceAccountKey) GoogleBigQueryConfiguration.setTableId(String tableId) GoogleBigQueryConfiguration.setUseAsInsertId(String useAsInsertId) Constructors in org.apache.camel.component.google.bigquery with parameters of type GoogleBigQueryConfigurationModifierConstructorDescriptionGoogleBigQueryComponent(GoogleBigQueryConfiguration configuration) protectedGoogleBigQueryEndpoint(String endpointUri, GoogleBigQueryComponent component, GoogleBigQueryConfiguration configuration) GoogleBigQueryProducer(com.google.cloud.bigquery.BigQuery bigquery, GoogleBigQueryEndpoint endpoint, GoogleBigQueryConfiguration configuration)