Enum Space.SpaceThreadingState (0.21.0)

publicenumSpace.SpaceThreadingStateextendsEnum<Space.SpaceThreadingState>implementsProtocolMessageEnum

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.