> + * Name of the project to retrieve the buckets > + * @param options > + * Supply {@link ListOptions} with optional query parameters > + * > + * > + */ > + > + @Named("Bucket:list") > + @GET > + @Consumes(MediaType.APPLICATION_JSON) > + @Produces(MediaType.APPLICATION_JSON) > + @Path("/b") > + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE) > + @Fallback(NullOnNotFoundOr404.class) > + @Nullable > + ListPage<Bucket> listBuckets(@QueryParam("project") String project, > ListOptions options);
See all comments above --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14533208