Package com.google.cloud.bigquery
Class Acl.User
- java.lang.Object
-
- com.google.cloud.bigquery.Acl.Entity
-
- com.google.cloud.bigquery.Acl.User
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Acl
public static final class Acl.User extends Acl.Entity
Class for a BigQuery User entity. Objects of this class represent a user to grant access to given the email address.- 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
getEmail()
int
hashCode()
String
toString()
-
Methods inherited from class com.google.cloud.bigquery.Acl.Entity
getType
-
-
-
-
Constructor Detail
-
User
public User(String email)
Creates a User entity given the user's email.
-
-