GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.accessToken(String accessToken)
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.applicationName(String applicationName)
Google Calendar application name.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.calendarId(String calendarId)
The calendarId to be used.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.clientFactory(org.apache.camel.component.google.calendar.GoogleCalendarClientFactory clientFactory)
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.clientId(String clientId)
Client ID of the calendar application.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.clientSecret(String clientSecret)
Client secret of the calendar application.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.configuration(org.apache.camel.component.google.calendar.stream.GoogleCalendarStreamConfiguration configuration)
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.considerLastUpdate(boolean considerLastUpdate)
Take into account the lastUpdate of the last event polled as start
date for the next poll.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.consumeFromNow(boolean consumeFromNow)
Consume events in the selected calendar from now on.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.delegate(String delegate)
Delegate for wide-domain service account.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.emailAddress(String emailAddress)
The emailAddress of the Google Service Account.
Google Calendar Stream (camel-google-calendar)
Poll for changes in a Google Calendar.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled)
Used for enabling or disabling all consumer based health checks from
this component.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled)
Used for enabling or disabling all producer based health checks from
this component.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.maxResults(int maxResults)
Max results to be returned.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.p12FileName(String p12FileName)
The name of the p12 file which has the private key to use with the
Google Service Account.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.query(String query)
The query to execute on calendar.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.refreshToken(String refreshToken)
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.scopes(List<String> scopes)
Specifies the level of permissions you want a calendar application to
have to a user account.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.serviceAccountKey(String serviceAccountKey)
Service account key in json format to authenticate an application as
a service account.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.syncFlow(boolean syncFlow)
Sync events, see https://developers.google.com/calendar/v3/sync Note:
not compatible with: 'query' and 'considerLastUpdate' parameters.
GoogleCalendarStreamComponentBuilderFactory.GoogleCalendarStreamComponentBuilder.user(String user)
The email address of the user the application is trying to
impersonate in the service account flow.