> +
> +   /**
> +    * Creates a ForwardingRule resource in the specified project and region 
> using the data included in the request.
> +    *
> +    * @param forwardingRuleName the name of the forwarding rule.
> +    * @param targetSelfLink the URL of the target resource to receive the 
> matched traffic. The target resource must live
> +    *                       in the same region as this forwarding rule.
> +    * @return an Operation resource. To check on the status of an operation, 
> poll the Operations resource returned to
> +    *         you, and look for the status field.
> +    */
> +   @Named("ForwardingRules:insert")
> +   @POST
> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Produces(MediaType.APPLICATION_JSON)
> +   @Path("/regions/{region}/forwardingRules")
> +   @OAuthScopes({COMPUTE_SCOPE})

Sorry - wasn't clear: `@OAuthScopes(COMPUTE_SCOPE)` rather than 
`@OAuthScopes({COMPUTE_SCOPE})`

Does that make more sense?

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

Reply via email to