This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 98c7873443f4942a52f16c779fad6da3ed34e880 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Nov 28 13:17:41 2018 +0100 CAMEL-12930 - Regen --- .../src/main/docs/google-bigquery-sql-component.adoc | 8 ++++---- components/readme.adoc | 5 ++++- docs/user-manual/en/SUMMARY.md | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc b/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc index 23f5df6..36d7cb8 100644 --- a/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc +++ b/components/camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc @@ -123,16 +123,16 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 4 options, which are listed below. +The component supports 3 options, which are listed below. [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *camel.component.google-bigquery-sql.enabled* | Whether to enable auto configuration of the google-bigquery component. This is enabled by default. | | Boolean +| *camel.component.google-bigquery-sql.enabled* | Whether to enable auto configuration of the google-bigquery-sql component. This is enabled by default. | | Boolean | *camel.component.google-bigquery-sql.project-id* | Google Cloud Project Id | | String -//| *camel.component.google-bigquery.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean +| *camel.component.google-bigquery-sql.resolve-property-placeholders* | Whether the component should resolve property placeholders on itself when starting. Only properties which are of String type can use property placeholders. | true | Boolean |=== // spring-boot-auto-configure options: END @@ -148,4 +148,4 @@ The component supports 4 options, which are listed below. ### Producer Endpoints -Google BigQuery SQL endpoint expects the payload to be either empty or a map of query parameters. \ No newline at end of file +Google BigQuery SQL endpoint expects the payload to be either empty or a map of query parameters. diff --git a/components/readme.adoc b/components/readme.adoc index 17c953b..c79457d 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -2,7 +2,7 @@ Components ^^^^^^^^^^ // components: START -Number of Components: 307 in 208 JAR artifacts (22 deprecated) +Number of Components: 308 in 208 JAR artifacts (22 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -299,6 +299,9 @@ Number of Components: 307 in 208 JAR artifacts (22 deprecated) | link:camel-google-bigquery/src/main/docs/google-bigquery-component.adoc[Google BigQuery] (camel-google-bigquery) + `google-bigquery:projectId:datasetId:tableName` | 2.20 | Google BigQuery data warehouse for analytics. +| link:camel-google-bigquery/src/main/docs/google-bigquery-sql-component.adoc[Google BigQuery Standard SQL] (camel-google-bigquery) + +`google-bigquery-sql:query` | 2.23 | Google BigQuery data warehouse for analytics. BigQuery Endpoint Definition Represents a table within a BigQuery dataset Contains configuration details for a single table and the utility methods (such as check, create) to ease operations URI Parameters: Logger ID - To ensure that logging is unified under Route Logger, the logger ID can be passed on via an endpoint URI parameter Partitioned - to indicate that the table needs to be partitioned - every UT [...] + | link:camel-google-calendar/src/main/docs/google-calendar-component.adoc[Google Calendar] (camel-google-calendar) + `google-calendar:apiName/methodName` | 2.15 | The google-calendar component provides access to Google Calendar. diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index a1893cf..03ab164 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -255,6 +255,7 @@ * [Git](git-component.adoc) * [GitHub](github-component.adoc) * [Google BigQuery](google-bigquery-component.adoc) + * [Google BigQuery Standard SQL](google-bigquery-sql-component.adoc) * [Google Calendar](google-calendar-component.adoc) * [Google Calendar Stream](google-calendar-stream-component.adoc) * [Google Drive](google-drive-component.adoc)