Interface GoogleSheetsClientFactory

All Known Implementing Classes:
BatchGoogleSheetsClientFactory

public interface GoogleSheetsClientFactory
  • Method Details

    • makeClient

      com.google.api.services.sheets.v4.Sheets makeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken)
    • makeClient

      com.google.api.services.sheets.v4.Sheets makeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)