> +
> +import static com.google.common.base.Objects.equal;
> +
> +import java.net.URI;
> +import java.util.List;
> +
> +import org.jclouds.googlecomputeengine.domain.BackendService.Backend;
> +
> +import com.google.common.base.Objects;
> +
> +/**
> + * Options to create a backend service resource.
> + *
> + * @see org.jclouds.googlecomputeengine.domain.BackendService
> + */
> +public class BackendServiceOptions extends ResourceOptions {please flatten this and delete ResourceOptions. the hierarchy will bite us later, and there's no use case for "ResourceOptions" --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20598773
