GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.accessToken(String accessToken)
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.applicationName(String applicationName)
Google Sheets application name.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.backoffErrorThreshold(int backoffErrorThreshold)
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
The number of subsequent error polls (failed due some error) that
should happen before the backoffMultipler should kick-in.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.backoffIdleThreshold(int backoffIdleThreshold)
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
The number of subsequent idle polls that should happen before the
backoffMultipler should kick-in.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.backoffMultiplier(int backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.backoffMultiplier(String backoffMultiplier)
To let the scheduled polling consumer backoff if there has been a
number of subsequent idles/errors in a row.
GoogleSheetsStreamEndpointBuilderFactory.AdvancedGoogleSheetsStreamEndpointBuilder.basic()
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.clientId(String clientId)
Client ID of the sheets application.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.clientSecret(String clientSecret)
Client secret of the sheets application.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.delay(long delay)
Milliseconds before the next poll.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.delay(String delay)
Milliseconds before the next poll.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.delegate(String delegate)
Delegate for wide-domain service account.
Google Sheets Stream (camel-google-sheets)
Poll for changes in Google Sheets.
Google Sheets Stream (camel-google-sheets)
Poll for changes in Google Sheets.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.greedy(boolean greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.greedy(String greedy)
If greedy is enabled, then the ScheduledPollConsumer will run
immediately again, if the previous run polled 1 or more messages.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.includeGridData(boolean includeGridData)
True if grid data should be returned.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.includeGridData(String includeGridData)
True if grid data should be returned.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.initialDelay(long initialDelay)
Milliseconds before the first poll starts.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.initialDelay(String initialDelay)
Milliseconds before the first poll starts.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.majorDimension(String majorDimension)
Specifies the major dimension that results should use..
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.maxResults(int maxResults)
Specify the maximum number of returned results.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.maxResults(String maxResults)
Specify the maximum number of returned results.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.range(String range)
Specifies the range of rows and columns in a sheet to get data from.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.refreshToken(String refreshToken)
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.repeatCount(long repeatCount)
Specifies a maximum limit of number of fires.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.repeatCount(String repeatCount)
Specifies a maximum limit of number of fires.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.runLoggingLevel(String runLoggingLevel)
The consumer logs a start/complete log line when it polls.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.runLoggingLevel(org.apache.camel.LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
Allows for configuring a custom/shared thread pool to use for the
consumer.
Allows for configuring a custom/shared thread pool to use for the
consumer.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.scheduler(Object scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.scheduler(String scheduler)
To use a cron scheduler from either camel-spring or camel-quartz
component.
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
To configure additional properties when using a custom scheduler or
any of the Quartz, Spring based scheduler.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.scopes(String scopes)
Specifies the level of permissions you want a sheets application to
have to a user account.
Specifies the level of permissions you want a sheets application to
have to a user account.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.sendEmptyMessageWhenIdle(boolean sendEmptyMessageWhenIdle)
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
If the polling consumer did not poll any files, you can enable this
option to send an empty message (no body) instead.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.serviceAccountKey(String serviceAccountKey)
Sets .json file with credentials for Service account.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.splitResults(boolean splitResults)
True if value range result should be split into rows or columns to
process each of them individually.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.splitResults(String splitResults)
True if value range result should be split into rows or columns to
process each of them individually.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.startScheduler(boolean startScheduler)
Whether the scheduler should be auto started.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.startScheduler(String startScheduler)
Whether the scheduler should be auto started.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.timeUnit(String timeUnit)
Time unit for initialDelay and delay options.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.timeUnit(TimeUnit timeUnit)
Time unit for initialDelay and delay options.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.useFixedDelay(boolean useFixedDelay)
Controls if fixed delay or fixed rate is used.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.useFixedDelay(String useFixedDelay)
Controls if fixed delay or fixed rate is used.
GoogleSheetsStreamEndpointBuilderFactory.GoogleSheetsStreamEndpointBuilder.valueRenderOption(String valueRenderOption)
Determines how values should be rendered in the output.