> +
> + @Named("HttpHealthChecks:list")
> + @GET
> + @Consumes(MediaType.APPLICATION_JSON)
> + @Path("/global/httpHealthChecks")
> + @OAuthScopes(COMPUTE_READONLY_SCOPE)
> + @ResponseParser(ParseHttpHealthChecks.class)
> + @Transform(ParseHttpHealthChecks.ToPagedIterable.class)
> + @Fallback(EmptyPagedIterableOnNotFoundOr404.class)
> + PagedIterable<HttpHealthCheck> list(ListOptions options);
> +
> + /**
> + * Changes target url for forwarding rule.
> + *
> + * @param httpHealthCheck the name of the HttpHealthCheck resource to
> update. .
> + * @param httpHealthCheck The URL of the target resource to receive
> traffic from this forwarding rule.
Confusing/incorrect param names?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015553