> +   BackendService get(@PathParam("backendService") String 
> backendServiceName);
> +
> +   /**
> +    * Creates a backend service resource in the specified project using the 
> data
> +    * included in the request.
> +    *
> +    * @param name            the name of the backend service to be inserted.
> +    * @param backendService  options for this backend service.
> +    * @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("BackendServices:insert")
> +   @POST
> +   @Produces(APPLICATION_JSON)
> +   Operation create(@BinderParam(BindToJsonPayload.class) 
> BackendServiceOptions backendService);

TODO: we need an Options sweep, as input types are much nicer. Not needed 
before merge.

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

Reply via email to