Class GoogleBigQueryComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.google-bigquery")
    public class GoogleBigQueryComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Google BigQuery data warehouse for analytics. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • GoogleBigQueryComponentConfiguration

        public GoogleBigQueryComponentConfiguration()
    • 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)