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 2940280427947e4b139c02a836cded16aa94b482
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Mar 4 07:19:06 2021 +0100

    CAMEL-16273 - Camel-google-* cloud components: Make the serviceAccountKey 
explicitly configurable - Camel-google-pubsub - Improved endpoint options 
description
---
 .../apache/camel/component/google/pubsub/GooglePubsubEndpoint.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
 
b/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
index a57937a..e4e0fa3 100644
--- 
a/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
+++ 
b/components/camel-google-pubsub/src/main/java/org/apache/camel/component/google/pubsub/GooglePubsubEndpoint.java
@@ -46,11 +46,11 @@ public class GooglePubsubEndpoint extends DefaultEndpoint {
 
     private Logger log;
 
-    @UriPath(description = "Project Id")
+    @UriPath(label = "common", description = "The Google Cloud PubSub Project 
Id")
     @Metadata(required = true)
     private String projectId;
 
-    @UriPath(description = "Destination Name")
+    @UriPath(label = "common", description = "The Destination Name. For the 
consumer this will be the subscription name, while for the producer this will 
be the topic name.")
     @Metadata(required = true)
     private String destinationName;
 

Reply via email to