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 | Field and Description |
---|---|
static Acl.Role |
Acl.Role.OWNER
Same as
WRITER 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 as
READER plus can edit or append data in the dataset. |
Modifier and Type | Method and Description |
---|---|
Acl.Role |
Acl.getRole()
Returns the role specified by this ACL.
|
static Acl.Role |
Acl.Role.valueOf(String constant)
Get the Role for the given String constant, and allow unrecognized values.
|
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()
Return the known values for Role.
|
Modifier and Type | Method and Description |
---|---|
static Acl |
Acl.of(Acl.Entity entity,
Acl.Role role)
Returns an Acl object.
|
Copyright © 2019 Google LLC. All rights reserved.