> + 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.
> + */
I redid the javadocs in this file. Do you think these are useful and should I
do the same in urlMapOptions?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20606718