This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new f2b4a2c65a3 Regen
f2b4a2c65a3 is described below
commit f2b4a2c65a3e46eda89b189e68bd39697685d873
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Apr 11 10:23:36 2025 +0200
Regen
---
.../camel/springboot/catalog/components/google-bigquery-sql.json | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-bigquery-sql.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-bigquery-sql.json
index 2c948db46fc..c125a64603c 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-bigquery-sql.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/google-bigquery-sql.json
@@ -31,13 +31,16 @@
},
"headers": {
"CamelGoogleBigQueryTranslatedQuery": { "index": 0, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "Preprocessed query text",
"constantName":
"org.apache.camel.component.google.bigquery.GoogleBigQueryConstants#TRANSLATED_QUERY"
},
- "CamelGoogleBigQueryJobId": { "index": 1, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType":
"com.google.cloud.bigquery.JobId", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "A custom JobId to use",
"constantName":
"org.apache.camel.component.google.bigquery.GoogleBigQueryConstants#JOB_ID" }
+ "CamelGoogleBigQueryJobId": { "index": 1, "kind": "header", "displayName":
"", "group": "producer", "label": "", "required": false, "javaType":
"com.google.cloud.bigquery.JobId", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "description": "A custom JobId to use",
"constantName":
"org.apache.camel.component.google.bigquery.GoogleBigQueryConstants#JOB_ID" },
+ "CamelGoogleBigQueryPageToken": { "index": 2, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The page token to retrieve a specific
page of results from BigQuery. If not set, the first page is returned",
"constantName":
"org.apache.camel.component.google.bigquery.GoogleBigQueryConstants#PAGE_TOKEN"
},
+ "CamelGoogleBigQueryNextPageToken": { "index": 3, "kind": "header",
"displayName": "", "group": "producer", "label": "", "required": false,
"javaType": "String", "deprecated": false, "deprecationNote": "", "autowired":
false, "secret": false, "description": "The next page token returned by
BigQuery. Use this token in the CamelGoogleBigQueryPageToken header of a
subsequent request to retrieve the next page of results", "constantName":
"org.apache.camel.component.google.bigquery.Google [...]
},
"properties": {
"projectId": { "index": 0, "kind": "path", "displayName": "Project Id",
"group": "common", "label": "common", "required": true, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "deprecationNote": "",
"autowired": false, "secret": false, "configurationClass":
"org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration",
"configurationField": "configuration", "description": "Google Cloud Project
Id" },
"queryString": { "index": 1, "kind": "path", "displayName": "Query
String", "group": "common", "label": "common", "required": true, "type":
"string", "javaType": "java.lang.String", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false,
"supportFileReference": true, "largeInput": true, "configurationClass":
"org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration",
"configurationField": "configuration", "description": "BigQuery standard [...]
"connectionFactory": { "index": 2, "kind": "parameter", "displayName":
"Connection Factory", "group": "producer", "label": "", "required": false,
"type": "object", "javaType":
"org.apache.camel.component.google.bigquery.GoogleBigQueryConnectionFactory",
"deprecated": false, "deprecationNote": "", "autowired": true, "secret": false,
"configurationClass":
"org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration",
"configurationField": "configuration", "description [...]
- "lazyStartProducer": { "index": 3, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produc [...]
- "serviceAccountKey": { "index": 4, "kind": "parameter", "displayName":
"Service Account Key", "group": "security", "label": "security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration",
"configurationField": "configuration", "description": "Service account key in
json format to authen [...]
+ "pageToken": { "index": 3, "kind": "parameter", "displayName": "Page
Token", "group": "producer", "label": "producer", "required": false, "type":
"string", "javaType": "java.lang.String", "deprecated": false, "autowired":
false, "secret": false, "configurationClass":
"org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration",
"configurationField": "configuration", "description": "Page token, returned by
a previous call, to request the next page of results" },
+ "lazyStartProducer": { "index": 4, "kind": "parameter", "displayName":
"Lazy Start Producer", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "boolean", "javaType":
"boolean", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a produc [...]
+ "serviceAccountKey": { "index": 5, "kind": "parameter", "displayName":
"Service Account Key", "group": "security", "label": "security", "required":
false, "type": "string", "javaType": "java.lang.String", "deprecated": false,
"deprecationNote": "", "autowired": false, "secret": false,
"configurationClass":
"org.apache.camel.component.google.bigquery.sql.GoogleBigQuerySQLConfiguration",
"configurationField": "configuration", "description": "Service account key in
json format to authen [...]
}
}