> @Path("/regions/{region}")
> TargetPoolApi targetPoolsInRegion(@PathParam("region") String region);
>
> @Delegate
> @Endpoint(CurrentProject.class)
> ZoneApi zones();
> +
> + @Delegate
> + @Endpoint(CurrentProject.class)
> + @Path("/global/urlMaps")
> + UrlMapApi urlMaps();thx for using current naming conventions! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20598109
