> @@ -79,6 +80,15 @@
>     FirewallApi getFirewallApiForProject(@PathParam("project") String 
> projectName);
>  
>     /**
> +    * Provides access to ForwardingRule features
> +    *
> +    * @param projectName the name of the project
> +    */
> +   @Delegate
> +   @Path("/projects/{project}")

@jdaggett unfortunately I think I can't as 

```
   @Delegate
   ProjectApi getProjectApi();
```
doesn't need @Path annotation :(

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r16160343

Reply via email to