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 2022/10/17 12:19:07 UTC

[camel-kamelets] 02/05: Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet - Google Sheets

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

acosentino pushed a commit to branch headers-support-5
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 6580755a91bc07b7ed79df06da619d9b37d2052d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 17 14:05:11 2022 +0200

    Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet - Google Sheets
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java b/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java
index 35644c92..fc49127b 100644
--- a/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java
+++ b/library/camel-kamelets-catalog/src/main/java/org/apache/camel/kamelets/catalog/model/KameletPrefixSchemeEnum.java
@@ -61,7 +61,8 @@ public enum KameletPrefixSchemeEnum {
     google_calendar("google-calendar", "google-calendar-stream"),
     google_functions("google-functions", "google-functions"),
     google_mail("google-mail", "google-mail-stream"),
-    google_pubsub("google-pubsub", "google-pubsub");
+    google_pubsub("google-pubsub", "google-pubsub"),
+    google_sheets("google-sheets", "google-sheets-stream");
 
     public final String name;
     public final String scheme;