This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 2679b56 CAMEL-15052: Cannot watch user with Google Mail component
(#3817)
2679b56 is described below
commit 2679b566c09267187ed676490441cb2cf5e662f4
Author: Jean-Pierre Matsumoto <[email protected]>
AuthorDate: Tue May 12 13:09:53 2020 +0200
CAMEL-15052: Cannot watch user with Google Mail component (#3817)
---
components/camel-google-mail/pom.xml | 2 +-
components/camel-google-mail/src/main/docs/google-mail-component.adoc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-google-mail/pom.xml
b/components/camel-google-mail/pom.xml
index ecf4891..a7b7f33 100644
--- a/components/camel-google-mail/pom.xml
+++ b/components/camel-google-mail/pom.xml
@@ -170,7 +170,7 @@
<apiName>users</apiName>
<proxyClass>com.google.api.services.gmail.Gmail$Users</proxyClass>
<fromJavadoc>
-
<includeMethods>getProfile</includeMethods>
+
<includeMethods>getProfile|watch|stop</includeMethods>
</fromJavadoc>
</api>
</apis>
diff --git
a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
index ccc3d20..b1c0ec8 100644
--- a/components/camel-google-mail/src/main/docs/google-mail-component.adoc
+++ b/components/camel-google-mail/src/main/docs/google-mail-component.adoc
@@ -106,7 +106,7 @@ with the following path and query parameters:
|===
| Name | Description | Default | Type
| *apiName* | *Required* What kind of operation to perform. The value can be
one of: THREADS, MESSAGES, ATTACHMENTS, LABELS, HISTORY, DRAFTS, USERS | |
GoogleMailApiName
-| *methodName* | *Required* What sub operation to use for the selected
operation. The value can be one of: attachments, create, delete, get,
getProfile, gmailImport, insert, list, modify, patch, send, trash, untrash,
update | | String
+| *methodName* | *Required* What sub operation to use for the selected
operation. The value can be one of: attachments, create, delete, get,
getProfile, gmailImport, insert, list, modify, patch, send, stop, trash,
untrash, update, watch | | String
|===