Package com.google.cloud.bigquery
Class Acl.Entity
- java.lang.Object
-
- com.google.cloud.bigquery.Acl.Entity
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Acl.DatasetAclEntity
,Acl.Domain
,Acl.Group
,Acl.IamMember
,Acl.Routine
,Acl.User
,Acl.View
- Enclosing class:
- Acl
public abstract static class Acl.Entity extends Object implements Serializable
Base class for BigQuery entities that can be grant access to the dataset.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Acl.Entity.Type
Types of BigQuery entities.
-
-
-
Method Detail
-
getType
public Acl.Entity.Type getType()
-
-