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


The following commit(s) were added to refs/heads/master by this push:
     new e21f9b4  Regen
e21f9b4 is described below

commit e21f9b4f81cc0c43d3a82c7a531209f59fa049f4
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 +--
 .../springboot/GoogleCalendarStreamComponentConfiguration.java      | 2 +-
 .../stream/springboot/GoogleMailStreamComponentConfiguration.java   | 2 +-
 4 files changed, 6 insertions(+), 7 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
 |===
diff --git 
a/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java
index d8efcb8..0689c8d 100644
--- 
a/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-google-calendar-starter/src/main/java/org/apache/camel/component/google/calendar/stream/springboot/GoogleCalendarStreamComponentConfiguration.java
@@ -24,7 +24,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 /**
  * The google-calendar component provides access to Google Calendar in a
  * streaming mod.
- *
+ * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
 @Generated("org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo")
diff --git 
a/platforms/spring-boot/components-starter/camel-google-mail-starter/src/main/java/org/apache/camel/component/google/mail/stream/springboot/GoogleMailStreamComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-google-mail-starter/src/main/java/org/apache/camel/component/google/mail/stream/springboot/GoogleMailStreamComponentConfiguration.java
index c790e30..92074ed 100644
--- 
a/platforms/spring-boot/components-starter/camel-google-mail-starter/src/main/java/org/apache/camel/component/google/mail/stream/springboot/GoogleMailStreamComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-google-mail-starter/src/main/java/org/apache/camel/component/google/mail/stream/springboot/GoogleMailStreamComponentConfiguration.java
@@ -22,7 +22,7 @@ import 
org.springframework.boot.context.properties.ConfigurationProperties;
 
 /**
  * The google-mail component provides access to Google Mail.
- *
+ * 
  * Generated by camel-package-maven-plugin - do not edit this file!
  */
 @Generated("org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo")

Reply via email to