default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.accessToken(String accessToken) |
OAuth 2 access token.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.applicationName(String applicationName) |
Google sheets application name.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.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.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory) |
To use the GoogleSheetsClientFactory as factory for creating the
client.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.clientId(String clientId) |
Client ID of the sheets application.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.clientSecret(String clientSecret) |
Client secret of the sheets application.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.configuration(org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration configuration) |
To use the shared configuration.
|
static GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.googleSheetsStream() |
Google Sheets Stream (camel-google-sheets)
Poll for changes in Google Sheets.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.includeGridData(boolean includeGridData) |
True if grid data should be returned.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.majorDimension(String majorDimension) |
Specifies the major dimension that results should use..
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.maxResults(int maxResults) |
Specify the maximum number of returned results.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.range(String range) |
Specifies the range of rows and columns in a sheet to get data from.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.refreshToken(String refreshToken) |
OAuth 2 refresh token.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.scopes(List<String> scopes) |
Specifies the level of permissions you want a sheets application to
have to a user account.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.splitResults(boolean splitResults) |
True if value range result should be split into rows or columns to
process each of them individually.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.spreadsheetId(String spreadsheetId) |
Specifies the spreadsheet identifier that is used to identify the
target to obtain.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder.valueRenderOption(String valueRenderOption) |
Determines how values should be rendered in the output.
|