> +
> +   /**
> +    * 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})

Don't need `{` and `}` here and below?

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

Reply via email to