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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 |
valueRenderOption(String valueRenderOption)
Determines how values should be rendered in the output.
|
build, build, doSetProperty, registerdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder applicationName(String applicationName)
applicationName - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder clientId(String clientId)
clientId - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder configuration(org.apache.camel.component.google.sheets.stream.GoogleSheetsStreamConfiguration configuration)
configuration - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder includeGridData(boolean includeGridData)
includeGridData - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder majorDimension(String majorDimension)
majorDimension - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder maxResults(int maxResults)
maxResults - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder range(String range)
range - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder scopes(List<String> scopes)
scopes - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder splitResults(boolean splitResults)
splitResults - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder valueRenderOption(String valueRenderOption)
valueRenderOption - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory)
clientFactory - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder accessToken(String accessToken)
accessToken - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder clientSecret(String clientSecret)
clientSecret - the value to setdefault GoogleSheetsStreamComponentBuilderFactory.GoogleSheetsStreamComponentBuilder refreshToken(String refreshToken)
refreshToken - the value to setApache Camel