Currently I'm working on a Java project which needs to have Google Cloud
integration.
I need to get all folders and all projects from a service account using Cloud Resource Management API
.
The problem is folders are new and only available in version 2 of the API, but projects are in version 1. I cannot include 2 jar
files because the there will be conflict and only one of them will be used.
Does anyone have similar issue and solved the problem?
Thanks.