Enum User.UserType (0.30.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ALLOYDB_BUILT_IN

The default user type that authenticates via password-based authentication.

ALLOYDB_BUILT_IN = 1;

ALLOYDB_BUILT_IN_VALUE

The default user type that authenticates via password-based authentication.

ALLOYDB_BUILT_IN = 1;

ALLOYDB_IAM_USER

Database user that can authenticate via IAM-Based authentication.

ALLOYDB_IAM_USER = 2;

ALLOYDB_IAM_USER_VALUE

Database user that can authenticate via IAM-Based authentication.

ALLOYDB_IAM_USER = 2;

UNRECOGNIZED
USER_TYPE_UNSPECIFIED

Unspecified user type.

USER_TYPE_UNSPECIFIED = 0;

USER_TYPE_UNSPECIFIED_VALUE

Unspecified user type.

USER_TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()