Class BatchGoogleDriveClientFactory
java.lang.Object
org.apache.camel.component.google.drive.BatchGoogleDriveClientFactory
- All Implemented Interfaces:
GoogleDriveClientFactory
-
Constructor Summary
Constructors -
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)
-
Constructor Details
-
BatchGoogleDriveClientFactory
public BatchGoogleDriveClientFactory() -
BatchGoogleDriveClientFactory
-
-
Method Details
-
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
-