> +    * Returns the acl entry for the specified entity on the specified object.
> +    *
> +    * @param bucketName
> +    *           Name of the bucket which contains the object
> +    * @param objectName
> +    *           Name of the bucket of that acl is related
> +    * @param entity
> +    *           The entity holding the permission. Can be user-userId, 
> user-emailAddress, group-groupId,
> +    *           group-emailAddress, allUsers, or allAuthenticatedUsers
> +    *
> +    * @return an {@link ObjectAccessControls }
> +    */
> +
> +   @Named("ObjectAccessControls:get")
> +   @GET
> +   @Consumes(MediaType.APPLICATION_JSON)

If everything here consumes JSON (haven't checked), move that to the interface?

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

Reply via email to