For resource identities we use the following base url in ResourceId:
private static final String BASE_URL = "https://www.googleapis.com/compute/v1/projects/";
As noticed by @aozarov this could be derived from service (e.g. com.google.api.services.compute.Compute has a getBaseUrl method).
For resource identities we use the following base url in
ResourceId:As noticed by @aozarov this could be derived from service (e.g. com.google.api.services.compute.Compute has a
getBaseUrlmethod).