> + @Produces(APPLICATION_JSON)
> + @Path("/{backendService}")
> + Operation patch(@PathParam("backendService") String backendServiceName,
> + @BinderParam(BindToJsonPayload.class)
> BackendServiceOptions backendServiceOptions);
> +
> + /**
> + * Gets the most recent health check results for this backend service.
> Note
> + * that health check results will only be returned if the backend service
> has
> + * a valid global forwarding rule referencing it.
> + *
> + * @param backendServiceName the name backend service to get health
> stats on.
> + * @param group the group in the backend service to get
> health stats on.
> + * @return a BackendServiceGroupHealth resource denoting the health
> states of
> + * instances in the specified group.
> + */
> + // The documentation does not reflect the fact that compute_scope is
> needed for this operation.
fix oauthscopes to special-case this? Look at GoogleCloudStorage for an example.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20598638