> + *
> + * @param bucketTemplate
> + * In the request body, supply a {@link Bucket} resource
> + * @param options
> + * Supply {@link InsertBucketOptions} with optional query
> parameters
> + *
> + * @return If successful, this method returns a {@link Bucket} resource
> in the response body
> + */
> +
> + @Named("Bucket:insert")
> + @POST
> + @Consumes(MediaType.APPLICATION_JSON)
> + @Path("/b")
> + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> + @MapBinder(BucketBinder.class)
> + Bucket createBuckets(@QueryParam("project") String projectNumber,
See all comments above
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14533070