Reference documentation and code samples for the Google Apps Chat V1 Client class CreateSpaceRequest.
A request to create a named space.
Generated from protobuf message google.chat.v1.CreateSpaceRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ space
Google\Apps\Chat\V1\Space
Required. The displayName
and spaceType
fields must be populated. Only SpaceType.SPACE
is supported. If you receive the error message ALREADY_EXISTS
when creating a space, try a different displayName
. An existing space within the Google Workspace organization might already use this display name. The space name
is assigned on the server so anything specified in this field will be ignored.
↳ 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
when creating a space,
try a different displayName
. An existing space within the Google
Workspace organization might already use this display name.
The space name
is assigned on the server so anything specified in this
field will be ignored.
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
when creating a space,
try a different displayName
. An existing space within the Google
Workspace organization might already use this display name.
The space name
is assigned on the server so anything specified in this
field will be ignored.
$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.
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.
var
string
$this
static::build
space
Google\Apps\Chat\V1\Space
Required. The displayName
and spaceType
fields must be populated. Only SpaceType.SPACE
is supported.
If you receive the error message ALREADY_EXISTS
when creating a space,
try a different displayName
. An existing space within the Google
Workspace organization might already use this display name.
The space name
is assigned on the server so anything specified in this
field will be ignored.