Uses of Interface
org.apache.camel.builder.component.dsl.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder
Packages that use GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder
-
Uses of GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleDrive()Google Drive (camel-google-drive) Manage files in Google Drive. -
Uses of GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilderModifier and TypeMethodDescriptionGoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.accessToken(String accessToken) OAuth 2 access token.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.applicationName(String applicationName) Google drive application name.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.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.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.clientFactory(org.apache.camel.component.google.drive.GoogleDriveClientFactory clientFactory) To use the GoogleCalendarClientFactory as factory for creating the client.Client ID of the drive application.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.clientSecret(String clientSecret) Client secret of the drive application.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.configuration(org.apache.camel.component.google.drive.GoogleDriveConfiguration configuration) To use the shared configuration.Delegate for wide-domain service account.GoogleDriveComponentBuilderFactory.googleDrive()Google Drive (camel-google-drive) Manage files in Google Drive.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.refreshToken(String refreshToken) OAuth 2 refresh token.Specifies the level of permissions you want a drive application to have to a user account.GoogleDriveComponentBuilderFactory.GoogleDriveComponentBuilder.serviceAccountKey(String serviceAccountKey) Service account key in json format to authenticate an application as a service account.