Uses of Class
com.google.cloud.bigquery.Acl.Role
Packages that use Acl.Role
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of Acl.Role in com.google.cloud.bigquery
Fields in com.google.cloud.bigquery declared as Acl.RoleModifier and TypeFieldDescriptionstatic final Acl.RoleAcl.Role.OWNERSame asWRITERplus can update and delete the dataset.static final Acl.RoleAcl.Role.READERCan read, query, copy or export tables in the dataset.static final Acl.RoleAcl.Role.WRITERSame asREADERplus can edit or append data in the dataset.Methods in com.google.cloud.bigquery that return Acl.RoleModifier and TypeMethodDescriptionAcl.getRole()static Acl.Rolestatic Acl.RoleAcl.Role.valueOfStrict(String constant) Get the Role for the given String constant, and throw an exception if the constant is not recognized.static Acl.Role[]Acl.Role.values()Methods in com.google.cloud.bigquery with parameters of type Acl.RoleModifier and TypeMethodDescriptionstatic AclAcl.of(Acl.Entity entity, Acl.Role role) static AclAcl.of(Acl.Entity entity, Acl.Role role, Acl.Expr condition)