Enum UserLicense.LicenseAssignmentState (0.60.0)

public enum UserLicense.LicenseAssignmentState extends Enum<UserLicense.LicenseAssignmentState> implements ProtocolMessageEnum

License assignment state enumeration.

Protobuf enum google.cloud.discoveryengine.v1.UserLicense.LicenseAssignmentState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ASSIGNED

License assigned to the user.

ASSIGNED = 1;

ASSIGNED_VALUE

License assigned to the user.

ASSIGNED = 1;

LICENSE_ASSIGNMENT_STATE_UNSPECIFIED

Default value.

LICENSE_ASSIGNMENT_STATE_UNSPECIFIED = 0;

LICENSE_ASSIGNMENT_STATE_UNSPECIFIED_VALUE

Default value.

LICENSE_ASSIGNMENT_STATE_UNSPECIFIED = 0;

NO_LICENSE

No license assigned to the user.

NO_LICENSE = 3;

NO_LICENSE_ATTEMPTED_LOGIN

User attempted to login but no license assigned to the user. This state is only used for no user first time login attempt but cannot get license assigned. Users already logged in but cannot get license assigned will be assigned NO_LICENSE state(License could be unassigned by admin).

NO_LICENSE_ATTEMPTED_LOGIN = 4;

NO_LICENSE_ATTEMPTED_LOGIN_VALUE

User attempted to login but no license assigned to the user. This state is only used for no user first time login attempt but cannot get license assigned. Users already logged in but cannot get license assigned will be assigned NO_LICENSE state(License could be unassigned by admin).

NO_LICENSE_ATTEMPTED_LOGIN = 4;

NO_LICENSE_VALUE

No license assigned to the user.

NO_LICENSE = 3;

UNASSIGNED

No license assigned to the user. Deprecated, translated to NO_LICENSE.

UNASSIGNED = 2;

UNASSIGNED_VALUE

No license assigned to the user. Deprecated, translated to NO_LICENSE.

UNASSIGNED = 2;

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()