> + * @see <a > href="https://developers.google.com/compute/docs/reference/latest/httpHealthChecks"/> > + */ > +@SkipEncoding({'/', '='}) > +@RequestFilters(OAuthAuthenticator.class) > +public interface HttpHealthCheckApi { > + > + /** > + * Returns the specified HttpHealthCheck resource. > + * > + * @param httpHealthCheck the name of the HttpHealthCheck resource to > return. > + * @return a HttpHealthCheck resource. > + */ > + @Named("HttpHealthChecks:get") > + @GET > + @Consumes(MediaType.APPLICATION_JSON) > + @Path("/global/httpHealthChecks/{httpHealthCheck}")
`/global/httpHealthChecks` seems to be a common prefix to all paths. Can that be moved to the interface? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015482
