Uses of Interface
org.apache.camel.builder.component.dsl.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder
Packages that use GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder
-
Uses of GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleSheets()Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets. -
Uses of GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilderModifier and TypeMethodDescriptionGoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.applicationName(String applicationName) Google Sheets application name.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.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.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.clientFactory(org.apache.camel.component.google.sheets.GoogleSheetsClientFactory clientFactory) To use the GoogleSheetsClientFactory as factory for creating the client.Client ID of the sheets application.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.clientSecret(String clientSecret) Client secret of the sheets application.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.configuration(org.apache.camel.component.google.sheets.GoogleSheetsConfiguration configuration) To use the shared configuration.Delegate for wide-domain service account.GoogleSheetsComponentBuilderFactory.googleSheets()Google Sheets (camel-google-sheets) Manage spreadsheets in Google Sheets.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.scopes(Collection<String> scopes) Specifies the level of permissions you want a sheets application to have to a user account.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.serviceAccountKey(String serviceAccountKey) Sets .json file with credentials for Service account.GoogleSheetsComponentBuilderFactory.GoogleSheetsComponentBuilder.splitResult(boolean splitResult) When consumer return an array or collection this will generate one exchange per element, and their routes will be executed once for each exchange.