public static final class Acl.Role extends StringEnumValue
Modifier and Type | Field and Description |
---|---|
static Acl.Role |
OWNER |
static Acl.Role |
READER |
static Acl.Role |
WRITER |
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 OWNER
public static final Acl.Role READER
public static final Acl.Role WRITER
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.