Reference documentation and code samples for the Google Apps Chat V1 Client class SpaceType.
The type of space. Required when creating or updating a space. Output only for other usage.
Protobuf type google.chat.v1.Space.SpaceType
Namespace
Google \ Apps \ Chat \ V1 \ SpaceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SPACE_TYPE_UNSPECIFIED
Value: 0
Reserved.
Generated from protobuf enum SPACE_TYPE_UNSPECIFIED = 0;
SPACE
Value: 1
A place where people send messages, share files, and collaborate.
A SPACE
can include Chat apps.
Generated from protobuf enum SPACE = 1;
GROUP_CHAT
Value: 2
Group conversations between 3 or more people.
A GROUP_CHAT
can include Chat apps.
Generated from protobuf enum GROUP_CHAT = 2;
DIRECT_MESSAGE
Value: 3
1:1 messages between two humans or a human and a Chat app.
Generated from protobuf enum DIRECT_MESSAGE = 3;