public enum User.Type extends Enum<User.Type> implements ProtocolMessageEnum
Protobuf enum google.chat.v1.User.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOT |
Chat app user. |
BOT_VALUE |
Chat app user. |
HUMAN |
Human user. |
HUMAN_VALUE |
Human user. |
TYPE_UNSPECIFIED |
Default value for the enum. DO NOT USE. |
TYPE_UNSPECIFIED_VALUE |
Default value for the enum. DO NOT USE. |
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() |