> + * @author Andrea Turli
> + * @see <a 
> href="https://developers.google.com/compute/docs/reference/latest/httpHealthChecks"/>
> + */
> +@SkipEncoding({'/', '='})
> +@RequestFilters(OAuthAuthenticator.class)
> +public interface HttpHealthCheckApi {
> +
> +   /**
> +    * Returns the specified HttpHealthCheck resource.
> +    *
> +    * @param httpHealthCheck the name of the HttpHealthCheck resource to 
> return.
> +    * @return a HttpHealthCheck resource.
> +    */
> +   @Named("HttpHealthChecks:get")
> +   @GET
> +   @Consumes(MediaType.APPLICATION_JSON)

This can be moved to the interface

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

Reply via email to