> +    * @param generation
> +    *           If present, selects a specific revision of this object
> +    *
> +    * @return a {@link ListObjectAccessControls }
> +    * 
> +    */
> +
> +   @Named("ObjectAccessControls:list")
> +   @GET
> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Produces(MediaType.APPLICATION_JSON)
> +   @Path("/b/{bucket}/o/{object}/acl")
> +   @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> +   @Fallback(NullOnNotFoundOr404.class)
> +   @Nullable
> +   ListObjectAccessControls listObjectAccessControls(@PathParam("bucket") 
> String bucketName,

Same question as above

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

Reply via email to