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.Role
Acl.Role. OWNER
Same asWRITER
plus can update and delete the dataset.static Acl.Role
Acl.Role. READER
Can read, query, copy or export tables in the dataset.static Acl.Role
Acl.Role. WRITER
Same asREADER
plus can edit or append data in the dataset.Methods in com.google.cloud.bigquery that return Acl.Role Modifier and Type Method Description Acl.Role
Acl. getRole()
static Acl.Role
Acl.Role. valueOf(String constant)
static Acl.Role
Acl.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 Acl
Acl. of(Acl.Entity entity, Acl.Role role)
-