> + }
> +
> + public BucketAccessControlsTemplate entity(String entity) {
> + this.entity = entity;
> + return this;
> + }
> +
> + public String getEntity() {
> + return entity;
> + }
> +
> + public Role getRole() {
> + return role;
> + }
> +
> + public static Builder builder() {not sure the value of instantiating a builder with no methods.. this was a mistake, right? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/54/files#r18441342
