Reference documentation and code samples for the Google Apps Meet V2 Client class CreateSpaceRequest.
Request to create a space.
Generated from protobuf message google.apps.meet.v2.CreateSpaceRequest
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ space |
Google\Apps\Meet\V2\Space
Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced. |
getSpace
Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.
Returns | |
---|---|
Type | Description |
Google\Apps\Meet\V2\Space|null |
hasSpace
clearSpace
setSpace
Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced.
Parameter | |
---|---|
Name | Description |
var |
Google\Apps\Meet\V2\Space
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
space |
Google\Apps\Meet\V2\Space
Space to be created. As of May 2023, the input space can be empty. Later on the input space can be non-empty when space configuration is introduced. |
Returns | |
---|---|
Type | Description |
Google\Apps\Meet\V2\CreateSpaceRequest |