Interface GoogleDriveClientFactory
-
- All Known Implementing Classes:
BatchGoogleDriveClientFactory,InteractiveGoogleDriveClientFactory
public interface GoogleDriveClientFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.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 Detail
-
makeClient
com.google.api.services.drive.Drive makeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken)
-
makeClient
com.google.api.services.drive.Drive makeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)
-
-