@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-bigquery-sql") public class GoogleBigQuerySQLComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GoogleBigQuerySQLComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
String |
getConnectionFactory() |
Boolean |
getLazyStartProducer() |
String |
getProjectId() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setConnectionFactory(String connectionFactory) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setProjectId(String projectId) |
public GoogleBigQuerySQLComponentConfiguration()
public String getConnectionFactory()
public void setConnectionFactory(String connectionFactory)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public String getProjectId()
public void setProjectId(String projectId)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel