Class BatchGoogleDriveClientFactory
- java.lang.Object
-
- org.apache.camel.component.google.drive.BatchGoogleDriveClientFactory
-
- All Implemented Interfaces:
GoogleDriveClientFactory
public class BatchGoogleDriveClientFactory extends Object implements GoogleDriveClientFactory
-
-
Constructor Summary
Constructors Constructor Description BatchGoogleDriveClientFactory()BatchGoogleDriveClientFactory(String proxyHost, int proxyPort)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
BatchGoogleDriveClientFactory
public BatchGoogleDriveClientFactory()
-
BatchGoogleDriveClientFactory
public BatchGoogleDriveClientFactory(String proxyHost, int proxyPort)
-
-
Method Detail
-
makeClient
public com.google.api.services.drive.Drive makeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken)
- Specified by:
makeClientin interfaceGoogleDriveClientFactory
-
makeClient
public com.google.api.services.drive.Drive makeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)- Specified by:
makeClientin interfaceGoogleDriveClientFactory
-
-