public enum Space.SpaceThreadingState extends Enum<Space.SpaceThreadingState> implements ProtocolMessageEnum
Specifies the type of threading state in the Chat space.
Protobuf enum google.chat.v1.Space.SpaceThreadingState
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
GROUPED_MESSAGES | Named spaces where the conversation is organized by topic. Topics and their replies are grouped together. |
GROUPED_MESSAGES_VALUE | Named spaces where the conversation is organized by topic. Topics and their replies are grouped together. |
SPACE_THREADING_STATE_UNSPECIFIED | Reserved. |
SPACE_THREADING_STATE_UNSPECIFIED_VALUE | Reserved. |
THREADED_MESSAGES | Named spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message. |
THREADED_MESSAGES_VALUE | Named spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message. |
UNRECOGNIZED | |
UNTHREADED_MESSAGES | Direct messages (DMs) between two people and group conversations between 3 or more people. |
UNTHREADED_MESSAGES_VALUE | Direct messages (DMs) between two people and group conversations between 3 or more people. |
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() |