public static interface GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder extends ComponentBuilder<org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamComponent>
| Modifier and Type | Method and Description |
|---|---|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
accessToken(String accessToken)
OAuth 2 access token.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
applicationName(String applicationName)
Google sheets application name.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default 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 |
clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
To use the GoogleSheetsClientFactory as factory for creating the
client.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
clientId(String clientId)
Client ID of the sheets application.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
clientSecret(String clientSecret)
Client secret of the sheets application.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
configuration(org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration configuration)
To use the shared configuration.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
includeGridData(boolean includeGridData)
True if grid data should be returned.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
majorDimension(String majorDimension)
Specifies the major dimension that results should use..
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
maxResults(int maxResults)
Specify the maximum number of returned results.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
range(String range)
Specifies the range of rows and columns in a sheet to get data from.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
refreshToken(String refreshToken)
OAuth 2 refresh token.
|
default 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 |
splitResults(boolean splitResults)
True if value range result should be split into rows or columns to
process each of them individually.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
spreadsheetId(String spreadsheetId)
Specifies the spreadsheet identifier that is used to identify the
target to obtain.
|
default GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder |
valueRenderOption(String valueRenderOption)
Determines how values should be rendered in the output.
|
build, build, doSetProperty, registerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder accessToken(String accessToken)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder applicationName(String applicationName)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder clientId(String clientId)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder clientSecret(String clientSecret)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder configuration(org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration configuration)
org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder includeGridData(boolean includeGridData)
boolean type.
Default: false
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder majorDimension(String majorDimension)
java.lang.String type.
Default: ROWS
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder maxResults(int maxResults)
int type.
Default: 0
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder range(String range)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder refreshToken(String refreshToken)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder scopes(List<String> scopes)
java.util.List type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder splitResults(boolean splitResults)
boolean type.
Default: false
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder spreadsheetId(String spreadsheetId)
java.lang.String type.
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder valueRenderOption(String valueRenderOption)
java.lang.String type.
Default: FORMATTED_VALUE
Group: consumerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
org.apache.camel.component.google.sheets.GoogleSheetsClientFactory type.
Group: advancedApache Camel