oscerd commented on a change in pull request #6726: URL: https://github.com/apache/camel/pull/6726#discussion_r783914145
########## File path: components/camel-google/camel-google-mail/src/main/java/org/apache/camel/component/google/mail/GoogleMailConfiguration.java ########## @@ -124,4 +133,38 @@ public void setApplicationName(String applicationName) { this.applicationName = applicationName; } + public String getFilename() { + return filename; + } + + /** + * Filename "*.json" with credentials for Service account + */ + public void setFilename(String filename) { Review comment: I didn't notice the makeClient implementation in the batch client. It is absolutely correct. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org