> @@ -163,10 +157,10 @@ Bucket createBuckets(@QueryParam("project") String 
> projectNumber,
>     @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
>     @Fallback(NullOnNotFoundOr404.class)
>     @Nullable
> -   HttpResponse deleteBuckets(@PathParam("bucket") String bucketName);
> +   HttpResponse deleteBucket(@PathParam("bucket") String bucketName);

204 on success and there are few failing scenarios (Bucket not available / 
Bucket not empty)  .I thought it would be better to allow users to make 
decision base on response the reponse.
What about subclassing  HttpResponse? (DeleteOperationResposne extend 
HttpResponse)? 

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/33/files#r14764043

Reply via email to