> +    * not been set.
> +    *
> +    * @param marker      marks the beginning of the next list page
> +    * @param listOptions listing options
> +    * @return a page of the listPage
> +    * @see org.jclouds.googlecomputeengine.options.ListOptions
> +    * @see org.jclouds.googlecomputeengine.domain.ListPage
> +    */
> +   @Named("HttpHealthChecks:list")
> +   @GET
> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Path("/global/httpHealthChecks")
> +   @OAuthScopes(COMPUTE_READONLY_SCOPE)
> +   @ResponseParser(ParseHttpHealthChecks.class)
> +   @Fallback(EmptyIterableWithMarkerOnNotFoundOr404.class)
> +   ListPage<HttpHealthCheck> listAtMarker(@QueryParam("pageToken") @Nullable 
> String marker, ListOptions listOptions);

See @nacx's comment about merging these three methods in the previous interface

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

Reply via email to