Interface GoogleDriveClientFactory
- All Known Implementing Classes:
BatchGoogleDriveClientFactory,InteractiveGoogleDriveClientFactory
public interface GoogleDriveClientFactory
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.DrivemakeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken) com.google.api.services.drive.DrivemakeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)
-
Method Details
-
makeClient
-
makeClient
com.google.api.services.drive.Drive makeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)
-