> + * @param bucketName > + * Name of the bucket > + * @param options > + * Supply {@link DeleteBucketOptions} with optional query > parameters > + * > + * @return If successful, this method returns an empty response body. > + */ > + > + @Named("Bucket:delete") > + @DELETE > + @Consumes(MediaType.APPLICATION_JSON) > + @Path("/b/{bucket}") > + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE) > + @Fallback(NullOnNotFoundOr404.class) > + @Nullable > + HttpResponse deleteBuckets(@PathParam("bucket") String bucketName, > DeleteBucketOptions 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#r14533163