public enum User.UserType extends Enum<User.UserType> implements ProtocolMessageEnum
Enum that details the user type.
Protobuf enum google.cloud.alloydb.v1.User.UserType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALLOYDB_BUILT_IN |
The default user type that authenticates via password-based authentication. |
ALLOYDB_BUILT_IN_VALUE |
The default user type that authenticates via password-based authentication. |
ALLOYDB_IAM_USER |
Database user that can authenticate via IAM-Based authentication. |
ALLOYDB_IAM_USER_VALUE |
Database user that can authenticate via IAM-Based authentication. |
UNRECOGNIZED |
|
USER_TYPE_UNSPECIFIED |
Unspecified user type. |
USER_TYPE_UNSPECIFIED_VALUE |
Unspecified user type. |
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() |