Reference documentation and code samples for the Google Apps Chat V1 Client class SpaceThreadingState.
Specifies the type of threading state in the Chat space.
Protobuf type google.chat.v1.Space.SpaceThreadingState
Namespace
Google \ Apps \ Chat \ V1 \ Space
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
SPACE_THREADING_STATE_UNSPECIFIED
Value: 0
Reserved.
Generated from protobuf enum SPACE_THREADING_STATE_UNSPECIFIED = 0;
THREADED_MESSAGES
Value: 2
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.
Generated from protobuf enum THREADED_MESSAGES = 2;
GROUPED_MESSAGES
Value: 3
Named spaces where the conversation is organized by topic. Topics and
their replies are grouped together.
Generated from protobuf enum GROUPED_MESSAGES = 3;
UNTHREADED_MESSAGES
Value: 4
Direct messages (DMs) between two people and group conversations between
3 or more people.
Generated from protobuf enum UNTHREADED_MESSAGES = 4;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Chat V1 Client - Class SpaceThreadingState (0.12.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.12.0 (latest)](/php/docs/reference/apps-chat/latest/Chat.V1.Space.SpaceThreadingState)\n- [0.11.2](/php/docs/reference/apps-chat/0.11.2/Chat.V1.Space.SpaceThreadingState)\n- [0.10.0](/php/docs/reference/apps-chat/0.10.0/Chat.V1.Space.SpaceThreadingState)\n- [0.9.0](/php/docs/reference/apps-chat/0.9.0/Chat.V1.Space.SpaceThreadingState)\n- [0.8.1](/php/docs/reference/apps-chat/0.8.1/Chat.V1.Space.SpaceThreadingState)\n- [0.7.2](/php/docs/reference/apps-chat/0.7.2/Chat.V1.Space.SpaceThreadingState)\n- [0.6.1](/php/docs/reference/apps-chat/0.6.1/Chat.V1.Space.SpaceThreadingState)\n- [0.5.0](/php/docs/reference/apps-chat/0.5.0/Chat.V1.Space.SpaceThreadingState)\n- [0.4.0](/php/docs/reference/apps-chat/0.4.0/Chat.V1.Space.SpaceThreadingState)\n- [0.3.0](/php/docs/reference/apps-chat/0.3.0/Chat.V1.Space.SpaceThreadingState)\n- [0.2.0](/php/docs/reference/apps-chat/0.2.0/Chat.V1.Space.SpaceThreadingState)\n- [0.1.4](/php/docs/reference/apps-chat/0.1.4/Chat.V1.Space.SpaceThreadingState) \nReference documentation and code samples for the Google Apps Chat V1 Client class SpaceThreadingState.\n\nSpecifies the type of threading state in the Chat space.\n\nProtobuf type `google.chat.v1.Space.SpaceThreadingState`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Chat \\\\ V1 \\\\ Space\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SPACE_THREADING_STATE_UNSPECIFIED\n\n Value: 0\n\nReserved.\n\nGenerated from protobuf enum `SPACE_THREADING_STATE_UNSPECIFIED = 0;`\n\n### THREADED_MESSAGES\n\n Value: 2\n\nNamed spaces that support message threads. When users respond to a\nmessage, they can reply in-thread, which keeps their response in the\ncontext of the original message.\n\nGenerated from protobuf enum `THREADED_MESSAGES = 2;`\n\n### GROUPED_MESSAGES\n\n Value: 3\n\nNamed spaces where the conversation is organized by topic. Topics and\ntheir replies are grouped together.\n\nGenerated from protobuf enum `GROUPED_MESSAGES = 3;`\n\n### UNTHREADED_MESSAGES\n\n Value: 4\n\nDirect messages (DMs) between two people and group conversations between\n3 or more people.\n\nGenerated from protobuf enum `UNTHREADED_MESSAGES = 4;`"]]