Converts another Options class to AutoValue + Builder For consistency I think all Options classes should be converted to AutoValue + Builder. Sound good? Should I continue down this path? You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds-labs-google/pull/125 -- Commit Summary -- * Updated BackendServiceOptions to AutoValue + Builder -- File Changes -- M google-compute-engine/src/main/java/org/jclouds/googlecomputeengine/options/BackendServiceOptions.java (279) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/features/BackendServiceApiLiveTest.java (29) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/features/BackendServiceApiMockTest.java (12) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/features/GlobalForwardingRuleApiLiveTest.java (3) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/features/TargetHttpProxyApiLiveTest.java (4) M google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/features/UrlMapApiLiveTest.java (3) -- Patch Links -- https://github.com/jclouds/jclouds-labs-google/pull/125.patch https://github.com/jclouds/jclouds-labs-google/pull/125.diff --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/125
