@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.google-bigquery") public class GoogleBigQueryComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
GoogleBigQueryComponentConfiguration.GoogleBigQueryConnectionFactoryNestedConfiguration |
Constructor and Description |
---|
GoogleBigQueryComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
GoogleBigQueryComponentConfiguration.GoogleBigQueryConnectionFactoryNestedConfiguration |
getConnectionFactory() |
String |
getDatasetId() |
String |
getProjectId() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConnectionFactory(GoogleBigQueryComponentConfiguration.GoogleBigQueryConnectionFactoryNestedConfiguration connectionFactory) |
void |
setDatasetId(String datasetId) |
void |
setProjectId(String projectId) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public GoogleBigQueryComponentConfiguration()
public String getProjectId()
public void setProjectId(String projectId)
public String getDatasetId()
public void setDatasetId(String datasetId)
public GoogleBigQueryComponentConfiguration.GoogleBigQueryConnectionFactoryNestedConfiguration getConnectionFactory()
public void setConnectionFactory(GoogleBigQueryComponentConfiguration.GoogleBigQueryConnectionFactoryNestedConfiguration connectionFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel