Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static Acl |
Acl.of(Acl.Entity entity,
Acl.Role role)
Returns an Acl object.
|
static Acl |
Acl.of(Acl.View view)
Returns an Acl object for a view entity.
|
Modifier and Type | Method and Description |
---|---|
List<Acl> |
DatasetInfo.getAcl()
Returns the dataset's access control configuration.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Google LLC. All rights reserved.