> + @Nullable String fingerprint) {
> + return new AutoValue_UrlMap(id, creationTimestamp, selfLink, name,
> description, hostRules, pathMatchers,
> + urlMapTests, defaultService, fingerprint);
> + }
> +
> + UrlMap(){
> + }
> +
> + /**
> + * An urlMap hostRule used to filter requests based on hostname. Controls
> what traffic is sent to
> + * which path matcher.
> + *
> + * @see <a
> href="https://developers.google.com/compute/docs/reference/latest/urlMaps"/>
> + * @see <a
> href="https://developers.google.com/compute/docs/load-balancing/http/url-map#adding_host_rules"/>
> + */
> + @AutoValue
please put nested classes at the top (for consistency sake)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20598341