> + * @param httpHealthCheck The URL of the target resource to receive
> traffic from this forwarding rule.
> + * It 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("HttpHealthChecks:patch")
> + @PATCH
> + @Consumes(MediaType.APPLICATION_JSON)
> + @Path("/global/httpHealthChecks/{httpHealthCheck}")
> + @OAuthScopes(COMPUTE_SCOPE)
> + @Fallback(NullOnNotFoundOr404.class)
> + @MapBinder(BindToJsonPayload.class)
> + @Nullable
> + Operation patch(@PathParam("httpHealthCheck") String httpHealthCheck,
> @PayloadParam("httpHealthCheck")
> + HttpHealthCheck httpHealthChecks);
[minor] Indent
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015556