Package com.google.cloud.bigquery
Class Acl.Role
- java.lang.Object
-
- com.google.cloud.StringEnumValue
-
- com.google.cloud.bigquery.Acl.Role
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Acl
public static final class Acl.Role extends com.google.cloud.StringEnumValue
Dataset roles supported by BigQuery.- See Also:
- Dataset Roles, Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Acl.Role
valueOf(String constant)
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()
-
-
-
Method Detail
-
valueOfStrict
public static Acl.Role valueOfStrict(String constant)
Get the Role for the given String constant, and throw an exception if the constant is not recognized.
-
valueOf
public static Acl.Role valueOf(String constant)
- Parameters:
constant
-- Returns:
- Get the Role for the given String constant, and allow unrecognized values.
-
values
public static Acl.Role[] values()
- Returns:
- Return the known values for Role.
-
-