> + @Produces(MediaType.APPLICATION_JSON)
> + @Path("/b")
> + @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> + @Fallback(NullOnNotFoundOr404.class)
> + @Nullable
> + ListPage<Bucket> listBuckets(@QueryParam("project") String project,
> ListOptions options);
> +
> + /**
> + * Updates a bucket
> + *
> + * @param bucketName
> + * Name of the bucket
> + * @param bucket
> + * In the request body, supply a bucket resource with list of
> {@link BucketAccessControls}
> + *
> + * @return If successful, this method returns a {@link Bucket} resource
> in the response body
"If successful, returns the updated Bucket"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14533229