> +import static com.google.common.base.Objects.equal;
> +import static com.google.common.base.Objects.toStringHelper;
> +
> +import java.beans.ConstructorProperties;
> +
> +import com.google.common.base.Objects;
> +
> +/**
> + * The bucket's logging configuration, which defines the destination bucket 
> and optional name prefix for the current
> + * bucket's logs.
> + */
> +
> +public final class ProjectTeam {
> +
> +   public enum Team {
> +      owners, editors, viewers;

Do these need to be lowercase for (de)serialization? If not, make uppercase?

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

Reply via email to