> + *
> + * @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);
> +
> + /**
> + * Creates a backend service resource in the specified project using the
> data
> + * included in the request.
> + *
hmm abandoned?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20598577