bvfalcon commented on a change in pull request #6726: URL: https://github.com/apache/camel/pull/6726#discussion_r783879511
########## 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: Yes, really. Replaced "filename" parameter with "keyResource". As example I use "certResource" in [SSH Component](https://camel.apache.org/components/next/ssh-component.html). -- 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