You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/29 20:09:44 UTC

[camel] branch main updated: Regen for commit f489be1433e17be270761535469c2f5b185e6ac4

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 9e6fcbb916d Regen for commit f489be1433e17be270761535469c2f5b185e6ac4
9e6fcbb916d is described below

commit 9e6fcbb916d3720a30af66e0b058949ffa108ccd
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Wed Mar 29 19:59:34 2023 +0000

    Regen for commit f489be1433e17be270761535469c2f5b185e6ac4
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../endpoint/dsl/KuduEndpointBuilderFactory.java   | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
index b0bce01c660..16048dad0c3 100644
--- a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
+++ b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/KuduEndpointBuilderFactory.java
@@ -243,6 +243,19 @@ public interface KuduEndpointBuilderFactory {
             return "KuduTableOptions";
         }
 
+        /**
+         * The projected column names for scan operation.
+         * 
+         * The option is a: {@code java.util.List<String>} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code KuduScanColumnNames}.
+         */
+        public String kuduScanColumnNames() {
+            return "KuduScanColumnNames";
+        }
+
         /**
          * The predicate for scan operation.
          * 
@@ -255,6 +268,19 @@ public interface KuduEndpointBuilderFactory {
         public String kuduScanPredicate() {
             return "KuduScanPredicate";
         }
+
+        /**
+         * The limit on the number of rows for scan operation.
+         * 
+         * The option is a: {@code long} type.
+         * 
+         * Group: producer
+         * 
+         * @return the name of the header {@code KuduScanLimit}.
+         */
+        public String kuduScanLimit() {
+            return "KuduScanLimit";
+        }
     }
     static KuduEndpointBuilder endpointBuilder(String componentName, String path) {
         class KuduEndpointBuilderImpl extends AbstractEndpointBuilder implements KuduEndpointBuilder, AdvancedKuduEndpointBuilder {