Class Acl.Domain

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Acl

    public static final class Acl.Domain
    extends Acl.Entity
    Class for a BigQuery Domain entity. Objects of this class represent a domain to grant access to. Any users signed in with the domain specified will be granted the specified access.
    See Also:
    Serialized Form
    • Constructor Detail

      • Domain

        public Domain​(String domain)
        Creates a Domain entity given the domain name.
    • Method Detail

      • getDomain

        public String getDomain()
        Returns:
        Returns the domain name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object