public enum Space.Type extends Enum<Space.Type> implements ProtocolMessageEnum
Deprecated: Use SpaceType
instead.
Protobuf enum google.chat.v1.Space.Type
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DM | 1:1 Direct Message between a human and a Chat app, where all messages are flat. Note that this doesn't include direct messages between two humans. |
DM_VALUE | 1:1 Direct Message between a human and a Chat app, where all messages are flat. Note that this doesn't include direct messages between two humans. |
ROOM | Conversations between two or more humans. |
ROOM_VALUE | Conversations between two or more humans. |
TYPE_UNSPECIFIED |
|
TYPE_UNSPECIFIED_VALUE |
|
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() |