> + @OAuthScopes(STORAGE_READONLY_SCOPE) > + @Fallback(NullOnNotFoundOr404.class) > + @Nullable > + Bucket getBuckets(@PathParam("bucket") String bucketName, > GetBucketOptions options); > + > + /** > + * Creates a new bucket > + * > + * @param projectId > + * A valid API project identifier > + * @param bucketTemplate > + * In the request body, supply a bucket resource > + * > + * @return If successful, this method returns a {@link Bucket} resource > in the response body > + */ > +
[minor] Remove blank line --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14533040