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

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b0961cc93f7b1930e114cada5333e07da269cabf
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Nov 22 11:11:01 2018 +0100

    Regen
---
 .../src/main/docs/google-calendar-stream-component.adoc             | 6 +++---
 .../src/main/docs/google-mail-stream-component.adoc                 | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git 
a/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
 
b/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
index 624e342..bcfe036 100644
--- 
a/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
+++ 
b/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc
@@ -131,15 +131,15 @@ The component supports 15 options, which are listed below.
 | *camel.component.google-calendar-stream.configuration.access-token* | OAuth 
2 access token. This typically expires after an hour so refreshToken is 
recommended for long term usage. |  | String
 | *camel.component.google-calendar-stream.configuration.application-name* | 
Google Calendar application name. Example would be camel-google-calendar/1.0 |  
| String
 | *camel.component.google-calendar-stream.configuration.calendar-id* | The 
calendarId to be used | primary | String
-| *camel.component.google-calendar-stream.configuration.client-id* | Client ID 
of the mail application |  | String
-| *camel.component.google-calendar-stream.configuration.client-secret* | 
Client secret of the mail application |  | String
+| *camel.component.google-calendar-stream.configuration.client-id* | Client ID 
of the calendar application |  | String
+| *camel.component.google-calendar-stream.configuration.client-secret* | 
Client secret of the calendar application |  | String
 | *camel.component.google-calendar-stream.configuration.consider-last-update* 
| Take into account the lastUpdate of the last event polled as start date for 
the next poll | false | Boolean
 | *camel.component.google-calendar-stream.configuration.consume-from-now* | 
Consume events in the selected calendar from now on | true | Boolean
 | *camel.component.google-calendar-stream.configuration.index* | Specifies an 
index for the endpoint |  | String
 | *camel.component.google-calendar-stream.configuration.max-results* | Max 
results to be returned | 10 | Integer
 | *camel.component.google-calendar-stream.configuration.query* | The query to 
execute on calendar |  | String
 | *camel.component.google-calendar-stream.configuration.refresh-token* | OAuth 
2 refresh token. Using this, the Google Calendar component can obtain a new 
accessToken whenever the current one expires - a necessity if the application 
is long-lived. |  | String
-| *camel.component.google-calendar-stream.configuration.scopes* | Specifies 
the level of permissions you want a mail application to have to a user account. 
See https://developers.google.com/calendar/api/auth/scopes for more info. |  | 
List
+| *camel.component.google-calendar-stream.configuration.scopes* | Specifies 
the level of permissions you want a calendar application to have to a user 
account. See https://developers.google.com/calendar/auth for more info. |  | 
List
 | *camel.component.google-calendar-stream.enabled* | Whether to enable auto 
configuration of the google-calendar-stream component. This is enabled by 
default. |  | Boolean
 | *camel.component.google-calendar-stream.resolve-property-placeholders* | 
Whether the component should resolve property placeholders on itself when 
starting. Only properties which are of String type can use property 
placeholders. | true | Boolean
 |===
diff --git 
a/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc 
b/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
index f6160da..ae40384 100644
--- 
a/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
+++ 
b/components/camel-google-mail/src/main/docs/google-mail-stream-component.adoc
@@ -118,7 +118,7 @@ with the following path and query parameters:
 === Spring Boot Auto-Configuration
 
 
-The component supports 14 options, which are listed below.
+The component supports 13 options, which are listed below.
 
 
 
@@ -136,7 +136,6 @@ The component supports 14 options, which are listed below.
 | *camel.component.google-mail-stream.configuration.max-results* | Max results 
to be returned | 10 | Long
 | *camel.component.google-mail-stream.configuration.query* | The query to 
execute on gmail box | is:unread | String
 | *camel.component.google-mail-stream.configuration.refresh-token* | OAuth 2 
refresh token. Using this, the Google Calendar component can obtain a new 
accessToken whenever the current one expires - a necessity if the application 
is long-lived. |  | String
-| *camel.component.google-mail-stream.configuration.scopes* | Specifies the 
level of permissions you want a mail application to have to a user account. See 
https://developers.google.com/gmail/api/auth/scopes for more info. |  | List
 | *camel.component.google-mail-stream.enabled* | Whether to enable auto 
configuration of the google-mail-stream component. This is enabled by default. 
|  | Boolean
 | *camel.component.google-mail-stream.resolve-property-placeholders* | Whether 
the component should resolve property placeholders on itself when starting. 
Only properties which are of String type can use property placeholders. | true 
| Boolean
 |===

Reply via email to