Class GoogleBigQuerySQLComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.google.bigquery.sql.springboot.GoogleBigQuerySQLComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-bigquery-sql") public class GoogleBigQuerySQLComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonAccess Google Cloud BigQuery service using SQL queries. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description GoogleBigQuerySQLComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactorygetConnectionFactory()BooleangetLazyStartProducer()StringgetProjectId()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetConnectionFactory(org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory connectionFactory)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)
-
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)
-
-