Class Acl.Domain (2.54.2)

publicstaticfinalclass Acl.DomainextendsAcl.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)

publicDomain(Stringdomain)

Creates a Domain entity given the domain name.

Parameter
Name Description
domain String

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDomain()

publicStringgetDomain()
Returns
Type Description
String

Returns the domain name.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.