Class Acl.Group

    • Constructor Detail

      • Group

        public Group​(String identifier)
        Creates a Group entity given its identifier. Identifier can be either a special group identifier or a group email.
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • ofProjectOwners

        public static Acl.Group ofProjectOwners()
        Returns:
        Returns a Group entity representing all project's owners.
      • ofProjectReaders

        public static Acl.Group ofProjectReaders()
        Returns:
        Returns a Group entity representing all project's readers.
      • ofProjectWriters

        public static Acl.Group ofProjectWriters()
        Returns:
        Returns a Group entity representing all project's writers.
      • ofAllAuthenticatedUsers

        public static Acl.Group ofAllAuthenticatedUsers()
        Returns:
        Returns a Group entity representing all BigQuery authenticated users.