Uses of Class
com.google.cloud.bigquery.Acl.Role
-
Packages that use Acl.Role Package Description com.google.cloud.bigquery 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.Role Modifier and Type Field Description static Acl.RoleAcl.Role. OWNERSame asWRITERplus can update and delete the dataset.static Acl.RoleAcl.Role. READERCan read, query, copy or export tables in the dataset.static Acl.RoleAcl.Role. WRITERSame asREADERplus can edit or append data in the dataset.Methods in com.google.cloud.bigquery that return Acl.Role Modifier and Type Method Description Acl.RoleAcl. getRole()static Acl.RoleAcl.Role. valueOf(String constant)static 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.Role Modifier and Type Method Description static AclAcl. of(Acl.Entity entity, Acl.Role role)
-