Reference documentation and code samples for the Google Apps Chat V1 Client class CreateSpaceRequest.
A request to create a named space with no members.
Generated from protobuf message google.chat.v1.CreateSpaceRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ space |
Space
Required. The |
↳ request_id |
string
Optional. A unique identifier for this request. A random UUID is recommended. Specifying an existing request ID returns the space created with that ID instead of creating a new space. Specifying an existing request ID from the same Chat app with a different authenticated user returns an error. |
getSpace
Required. The displayName and spaceType fields must be populated. Only
SpaceType.SPACE is supported.
If you receive the error message ALREADY_EXISTS,
try a different displayName. An existing space within the Google
Workspace organization might already use this display name.
If you're a member of the Developer Preview
program,
SpaceType.GROUP_CHAT can be used if importMode is set to true.
The space name is assigned on the server so anything specified in this
field will be ignored.
| Returns | |
|---|---|
| Type | Description |
Space|null |
|
hasSpace
clearSpace
setSpace
Required. The displayName and spaceType fields must be populated. Only
SpaceType.SPACE is supported.
If you receive the error message ALREADY_EXISTS,
try a different displayName. An existing space within the Google
Workspace organization might already use this display name.
If you're a member of the Developer Preview
program,
SpaceType.GROUP_CHAT can be used if importMode is set to true.
The space name is assigned on the server so anything specified in this
field will be ignored.
| Parameter | |
|---|---|
| Name | Description |
var |
Space
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestId
Optional. A unique identifier for this request.
A random UUID is recommended. Specifying an existing request ID returns the space created with that ID instead of creating a new space. Specifying an existing request ID from the same Chat app with a different authenticated user returns an error.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRequestId
Optional. A unique identifier for this request.
A random UUID is recommended. Specifying an existing request ID returns the space created with that ID instead of creating a new space. Specifying an existing request ID from the same Chat app with a different authenticated user returns an error.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
space |
Space
Required. The If you receive the error message If you're a member of the Developer Preview
program,
The space |
| Returns | |
|---|---|
| Type | Description |
CreateSpaceRequest |
|