Class Acl.Domain (2.39.1)

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.

Inheritance

Object > Acl.Entity > Acl.Domain

Constructors

Domain(String domain)

public Domain(String domain)

Creates a Domain entity given the domain name.

Parameter
Name Description
domain String

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDomain()

public String getDomain()
Returns
Type Description
String

Returns the domain name.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides