public class BatchGoogleDriveClientFactory extends Object implements GoogleDriveClientFactory
Constructor and Description |
---|
BatchGoogleDriveClientFactory() |
BatchGoogleDriveClientFactory(String proxyHost,
int proxyPort) |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.drive.Drive |
makeClient(String clientId,
String clientSecret,
Collection<String> scopes,
String applicationName,
String refreshToken,
String accessToken) |
public BatchGoogleDriveClientFactory()
public BatchGoogleDriveClientFactory(String proxyHost, int proxyPort)
public com.google.api.services.drive.Drive makeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken)
makeClient
in interface GoogleDriveClientFactory
Apache Camel