Reference documentation and code samples for the Google Apps Chat V1 Client class DeleteSpaceRequest.
Request for deleting a space.
Generated from protobuf message google.chat.v1.DeleteSpaceRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the space to delete. Format: |
↳ use_admin_access |
bool
When |
getName
Required. Resource name of the space to delete.
Format: spaces/{space}
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of the space to delete.
Format: spaces/{space}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUseAdminAccess
When true
, the method runs using the user's Google Workspace
administrator privileges.
The calling user must be a Google Workspace administrator with the
manage chat and spaces conversations
privilege.
Requires the chat.admin.delete
OAuth 2.0
scope.
Returns | |
---|---|
Type | Description |
bool |
setUseAdminAccess
When true
, the method runs using the user's Google Workspace
administrator privileges.
The calling user must be a Google Workspace administrator with the
manage chat and spaces conversations
privilege.
Requires the chat.admin.delete
OAuth 2.0
scope.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Resource name of the space to delete. Format: |
Returns | |
---|---|
Type | Description |
Google\Apps\Chat\V1\DeleteSpaceRequest |