public enum User.Role extends Enum<User.Role> implements ProtocolMessageEnumUser system roles.
Protobuf enum google.backstory.User.Role
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ADMINISTRATOR |
Product administrator with elevated privileges. |
ADMINISTRATOR_VALUE |
Product administrator with elevated privileges. |
SERVICE_ACCOUNT |
System service account for automated privilege access. Deprecated: not a role, instead set User.account_type. |
SERVICE_ACCOUNT_VALUE |
System service account for automated privilege access. Deprecated: not a role, instead set User.account_type. |
UNKNOWN_ROLE |
Default user role. |
UNKNOWN_ROLE_VALUE |
Default user role. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|