Enum Space.SpaceThreadingState (0.7.0)

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

ProtocolMessageEnum

Static Fields

Name Description
GROUPED_MESSAGES

Named spaces where the conversation is organized by topic. Topics and their replies are grouped together.

GROUPED_MESSAGES = 3;

GROUPED_MESSAGES_VALUE

Named spaces where the conversation is organized by topic. Topics and their replies are grouped together.

GROUPED_MESSAGES = 3;

SPACE_THREADING_STATE_UNSPECIFIED

Reserved.

SPACE_THREADING_STATE_UNSPECIFIED = 0;

SPACE_THREADING_STATE_UNSPECIFIED_VALUE

Reserved.

SPACE_THREADING_STATE_UNSPECIFIED = 0;

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 = 2;

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.

THREADED_MESSAGES = 2;

UNRECOGNIZED
UNTHREADED_MESSAGES

Direct messages (DMs) between two people and group conversations between 3 or more people.

UNTHREADED_MESSAGES = 4;

UNTHREADED_MESSAGES_VALUE

Direct messages (DMs) between two people and group conversations between 3 or more people.

UNTHREADED_MESSAGES = 4;

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