Uses of Class
com.google.cloud.bigquery.Acl
-
Packages that use Acl 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 in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return Acl Modifier and Type Method Description static Acl
Acl. of(Acl.DatasetAclEntity datasetAclEntity)
static Acl
Acl. of(Acl.Entity entity, Acl.Role role)
static Acl
Acl. of(Acl.Routine routine)
static Acl
Acl. of(Acl.View view)
Methods in com.google.cloud.bigquery that return types with arguments of type Acl Modifier and Type Method Description List<Acl>
DatasetInfo. getAcl()
Returns the dataset's access control configuration.Method parameters in com.google.cloud.bigquery with type arguments of type Acl Modifier and Type Method Description Dataset.Builder
Dataset.Builder. setAcl(List<Acl> acl)
abstract DatasetInfo.Builder
DatasetInfo.Builder. setAcl(List<Acl> acl)
Sets the dataset's access control configuration.
-