Haven't reviewed it all, but some recurring comments (mainly from @nacx's review - thanks ;-)) so far:
* properly format the license header * remove `@author` tags and external URLs from Javadoc * move common `@Produces` and `@Consumes` annotations to the interface * move shared `@Path` prefixes to the interface, if that actually work (@nacx: ?) * see if the multiple `list` variants in many of the interface can be consolidated, as per @nacx's suggestion * consistent use of parameter naming: some methods have `foo` and others have `fooName`, but in both cases the Javadoc suggests it's actually the name we're talking about * Javadoc for some methods suggests that the value being passed is a URL (e.g. for health checks), but the parameter type is `String`. Use URI or so instead? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/22#issuecomment-56775894
