public static final class Acl.Role extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static Acl.Role |
OWNER
Same as
WRITER plus can update and delete the dataset. |
static Acl.Role |
READER
Can read, query, copy or export tables in the dataset.
|
static Acl.Role |
WRITER
Same as
READER plus can edit or append data in the dataset. |
Modifier and Type | Method and Description |
---|---|
static Acl.Role |
valueOf(String constant)
Get the Role for the given String constant, and allow unrecognized values.
|
static 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[] |
values()
Return the known values for Role.
|
equals, hashCode, name, toString
public static final Acl.Role READER
public static final Acl.Role WRITER
READER
plus can edit or append data in the dataset.public static Acl.Role valueOfStrict(String constant)
public static Acl.Role valueOf(String constant)
public static Acl.Role[] values()
Copyright © 2019 Google LLC. All rights reserved.