Package com.google.cloud.bigquery
Class Acl.Domain
- java.lang.Object
-
- com.google.cloud.bigquery.Acl.Entity
-
- com.google.cloud.bigquery.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.cloud.bigquery.Acl.Entity
Acl.Entity.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getDomain()
int
hashCode()
String
toString()
-
Methods inherited from class com.google.cloud.bigquery.Acl.Entity
getType
-
-
-
-
Constructor Detail
-
Domain
public Domain(String domain)
Creates a Domain entity given the domain name.
-
-