Reference documentation and code samples for the Google Apps Chat V1 Client class UpdateSpaceRequest.
A request to update a single space.
Generated from protobuf message google.chat.v1.UpdateSpaceRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ space | 
        
          Google\Apps\Chat\V1\Space
          Required. Space with fields to be updated.   | 
      
↳ update_mask | 
        
          Google\Protobuf\FieldMask
          Required. The updated field paths, comma separated if there are multiple. Currently supported field paths: -   | 
      
↳ use_admin_access | 
        
          bool
          When   | 
      
getSpace
Required. Space with fields to be updated. Space.name must be
populated in the form of spaces/{space}. Only fields
specified by update_mask are updated.
| Returns | |
|---|---|
| Type | Description | 
Google\Apps\Chat\V1\Space|null | 
        |
hasSpace
clearSpace
setSpace
Required. Space with fields to be updated. Space.name must be
populated in the form of spaces/{space}. Only fields
specified by update_mask are updated.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Apps\Chat\V1\Space
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getUpdateMask
Required. The updated field paths, comma separated if there are multiple.
Currently supported field paths:
display_name(Only supports changing the display name of a space with theSPACEtype, or when also including thespace_typemask to change aGROUP_CHATspace type toSPACE. Trying to update the display name of aGROUP_CHATor aDIRECT_MESSAGEspace results in an invalid argument error. If you receive the error messageALREADY_EXISTSwhen updating thedisplayName, try a differentdisplayName. An existing space within the Google Workspace organization might already use this display name.)space_type(Only supports changing aGROUP_CHATspace type toSPACE. Includedisplay_nametogether withspace_typein the update mask and ensure that the specified space has a non-empty display name and theSPACEspace type. Including thespace_typemask and theSPACEtype in the specified space when updating the display name is optional if the existing space already has theSPACEtype. Trying to update the space type in other ways results in an invalid argument error).space_typeis not supported with admin access.space_detailsspace_history_state(Supports turning history on or off for the space if the organization allows users to change their history setting. Warning: mutually exclusive with all other field paths.)space_history_stateis not supported with admin access.access_settings.audience(Supports changing the access setting of who can discover the space, join the space, and preview the messages in space. If no audience is specified in the access setting, the space's access setting is updated to private. Warning: mutually exclusive with all other field paths.)access_settings.audienceis not supported with admin access.- Developer Preview: Supports changing the permission
settings of a space,
supported field paths
include: 
permission_settings.manage_members_and_groups,permission_settings.modify_space_details,permission_settings.toggle_history,permission_settings.use_at_mention_all,permission_settings.manage_apps,permission_settings.manage_webhooks,permission_settings.reply_messages(Warning: mutually exclusive with all other non-permission settings field paths).permission_settingsis not supported with admin access. 
| Returns | |
|---|---|
| Type | Description | 
Google\Protobuf\FieldMask|null | 
        |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The updated field paths, comma separated if there are multiple.
Currently supported field paths:
display_name(Only supports changing the display name of a space with theSPACEtype, or when also including thespace_typemask to change aGROUP_CHATspace type toSPACE. Trying to update the display name of aGROUP_CHATor aDIRECT_MESSAGEspace results in an invalid argument error. If you receive the error messageALREADY_EXISTSwhen updating thedisplayName, try a differentdisplayName. An existing space within the Google Workspace organization might already use this display name.)space_type(Only supports changing aGROUP_CHATspace type toSPACE. Includedisplay_nametogether withspace_typein the update mask and ensure that the specified space has a non-empty display name and theSPACEspace type. Including thespace_typemask and theSPACEtype in the specified space when updating the display name is optional if the existing space already has theSPACEtype. Trying to update the space type in other ways results in an invalid argument error).space_typeis not supported with admin access.space_detailsspace_history_state(Supports turning history on or off for the space if the organization allows users to change their history setting. Warning: mutually exclusive with all other field paths.)space_history_stateis not supported with admin access.access_settings.audience(Supports changing the access setting of who can discover the space, join the space, and preview the messages in space. If no audience is specified in the access setting, the space's access setting is updated to private. Warning: mutually exclusive with all other field paths.)access_settings.audienceis not supported with admin access.- Developer Preview: Supports changing the permission
settings of a space,
supported field paths
include: 
permission_settings.manage_members_and_groups,permission_settings.modify_space_details,permission_settings.toggle_history,permission_settings.use_at_mention_all,permission_settings.manage_apps,permission_settings.manage_webhooks,permission_settings.reply_messages(Warning: mutually exclusive with all other non-permission settings field paths).permission_settingsis not supported with admin access. 
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          Google\Protobuf\FieldMask
           | 
      
| 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.spaces OAuth 2.0
scope.
Some FieldMask values are not supported using admin access. For details,
see the description of update_mask.
| 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.spaces OAuth 2.0
scope.
Some FieldMask values are not supported using admin access. For details,
see the description of update_mask.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          bool
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
space | 
        
          Google\Apps\Chat\V1\Space
          Required. Space with fields to be updated.   | 
      
updateMask | 
        
          Google\Protobuf\FieldMask
          Required. The updated field paths, comma separated if there are multiple. Currently supported field paths: 
  | 
      
| Returns | |
|---|---|
| Type | Description | 
Google\Apps\Chat\V1\UpdateSpaceRequest | 
        |