> +   public String getDescription(){
> +      return description;
> +   }
> +
> +   /**
> +    * @see BackendServiceOptions#getDescription()
> +    */
> +   public BackendServiceOptions description(String description) {
> +      this.description = description;
> +      return this;
> +   }
> +
> +   /**
> +    * The list of URLs to the HttpHealthCheck resource for health checking 
> this BackendService.
> +    * Currently at most one health check can be specified, and a health 
> check is required.
> +    */

Call out the relationship. besides that, LG
``` {@link HttpHealthCheck#selfLink Links} to the health check of  this backend 
service. */

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

Reply via email to