This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push:
new 07a8fa2a5e3 Regen for commit 738860552ef950d4f01137f56afae7db38a957b3
07a8fa2a5e3 is described below
commit 07a8fa2a5e31adcd1330df7219efd7a3c2475073
Author: oscerd <[email protected]>
AuthorDate: Wed Mar 29 19:54:36 2023 +0000
Regen for commit 738860552ef950d4f01137f56afae7db38a957b3
Signed-off-by: GitHub <[email protected]>
---
.../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 8660f48c159..52e80a34a33 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 {