Class GoogleBigQueryComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.google.bigquery.springboot.GoogleBigQueryComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-bigquery") public class GoogleBigQueryComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonGoogle BigQuery data warehouse for analytics. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description GoogleBigQueryComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactorygetConnectionFactory()StringgetDatasetId()BooleangetLazyStartProducer()StringgetProjectId()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory)voidsetDatasetId(String datasetId)voidsetLazyStartProducer(Boolean lazyStartProducer)voidsetProjectId(String projectId)
-
-
-
Method Detail
-
getConnectionFactory
public org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory getConnectionFactory()
-
setConnectionFactory
public void setConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory)
-
getDatasetId
public String getDatasetId()
-
setDatasetId
public void setDatasetId(String datasetId)
-
getLazyStartProducer
public Boolean getLazyStartProducer()
-
setLazyStartProducer
public void setLazyStartProducer(Boolean lazyStartProducer)
-
getProjectId
public String getProjectId()
-
setProjectId
public void setProjectId(String projectId)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
-