Uses of Class
com.google.cloud.bigquery.Acl
Packages that use Acl
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of Acl in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return AclModifier and TypeMethodDescriptionstatic AclAcl.of(Acl.DatasetAclEntity datasetAclEntity) static AclAcl.of(Acl.Entity entity, Acl.Role role) static AclAcl.of(Acl.Entity entity, Acl.Role role, Acl.Expr condition) static AclAcl.of(Acl.Routine routine) static AclMethods in com.google.cloud.bigquery that return types with arguments of type AclModifier and TypeMethodDescriptionDatasetInfo.getAcl()Returns the dataset's access control configuration.Method parameters in com.google.cloud.bigquery with type arguments of type AclModifier and TypeMethodDescriptionabstract DatasetInfo.BuilderSets the dataset's access control configuration.