GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.accessToken(String accessToken)
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.applicationName(String applicationName)
Google Sheets application name.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions (if possible) occurred while the Camel
consumer is trying to pickup incoming messages, or the likes, will
now be processed as a message and handled by the routing Error
Handler.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the
client.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.clientId(String clientId)
Client ID of the sheets application.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.clientSecret(String clientSecret)
Client secret of the sheets application.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.configuration(org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration configuration)
To use the shared configuration.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.delegate(String delegate)
Delegate for wide-domain service account.
Google Sheets Stream (camel-google-sheets)
Poll for changes in Google Sheets.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled)
Used for enabling or disabling all consumer based health checks from
this component.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled)
Used for enabling or disabling all producer based health checks from
this component.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.includeGridData(boolean includeGridData)
True if grid data should be returned.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.majorDimension(String majorDimension)
Specifies the major dimension that results should use..
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.maxResults(int maxResults)
Specify the maximum number of returned results.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.range(String range)
Specifies the range of rows and columns in a sheet to get data from.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.refreshToken(String refreshToken)
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.scopes(Collection<String> scopes)
Specifies the level of permissions you want a sheets application to
have to a user account.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.serviceAccountKey(String serviceAccountKey)
Sets .json file with credentials for Service account.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.splitResults(boolean splitResults)
True if value range result should be split into rows or columns to
process each of them individually.
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.valueRenderOption(String valueRenderOption)
Determines how values should be rendered in the output.