Class Acl.Domain (2.26.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
NameDescription
domainString

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDomain()

public String getDomain()

Returns the domain name.

Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides