public enum User.State extends Enum<User.State> implements ProtocolMessageEnum
The possible states of a user.
Protobuf enum google.shopping.merchant.accounts.v1beta.User.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
PENDING |
The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions. |
PENDING_VALUE |
The user is pending confirmation. In this state, the user first needs to accept the invitation before performing other actions. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
VERIFIED |
The user is verified. |
VERIFIED_VALUE |
The user is verified. |
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() |