Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::UpdateSpaceRequest.
A request to update a single space.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#space
def space() -> ::Google::Apps::Chat::V1::Space
-
(::Google::Apps::Chat::V1::Space) — Required. Space with fields to be updated.
Space.name
must be populated in the form ofspaces/{space}
. Only fields specified byupdate_mask
are updated.
#space=
def space=(value) -> ::Google::Apps::Chat::V1::Space
-
value (::Google::Apps::Chat::V1::Space) — Required. Space with fields to be updated.
Space.name
must be populated in the form ofspaces/{space}
. Only fields specified byupdate_mask
are updated.
-
(::Google::Apps::Chat::V1::Space) — Required. Space with fields to be updated.
Space.name
must be populated in the form ofspaces/{space}
. Only fields specified byupdate_mask
are updated.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
-
(::Google::Protobuf::FieldMask) —
Required. The updated field paths, comma separated if there are multiple.
You can update the following fields for a space:
space_details
: Updates the space's description. Supports up to 150 characters.display_name
: Only supports updating the display name for spaces wherespaceType
field isSPACE
. If you receive the error messageALREADY_EXISTS
, try a different value. An existing space within the Google Workspace organization might already use this display name.space_type
: Only supports changing aGROUP_CHAT
space type toSPACE
. Includedisplay_name
together withspace_type
in the update mask and ensure that the specified space has a non-empty display name and theSPACE
space type. Including thespace_type
mask and theSPACE
type in the specified space when updating the display name is optional if the existing space already has theSPACE
type. Trying to update the space type in other ways results in an invalid argument error.space_type
is not supported withuseAdminAccess
.space_history_state
: Updates space history settings by turning history on or off for the space. Only supported if history settings are enabled for the Google Workspace organization. To update the space history state, you must omit all other field masks in your request.space_history_state
is not supported withuseAdminAccess
.access_settings.audience
: Updates the access setting of who can discover the space, join the space, and preview the messages in named space wherespaceType
field isSPACE
. If the existing space has a target audience, you can remove the audience and restrict space access by omitting a value for this field mask. To update access settings for a space, the authenticating user must be a space manager and omit all other field masks in your request. You can't update this field if the space is in import mode. To learn more, see Make a space discoverable to specific users.access_settings.audience
is not supported withuseAdminAccess
.permission_settings
: Supports changing the permission settings of a space. When updating permission settings, you can only specifypermissionSettings
field masks; you cannot update other field masks at the same time.permissionSettings
is not supported withuseAdminAccess
. The supported field masks include:permission_settings.manageMembersAndGroups
permission_settings.modifySpaceDetails
permission_settings.toggleHistory
permission_settings.useAtMentionAll
permission_settings.manageApps
permission_settings.manageWebhooks
permission_settings.replyMessages
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) —
Required. The updated field paths, comma separated if there are multiple.
You can update the following fields for a space:
space_details
: Updates the space's description. Supports up to 150 characters.display_name
: Only supports updating the display name for spaces wherespaceType
field isSPACE
. If you receive the error messageALREADY_EXISTS
, try a different value. An existing space within the Google Workspace organization might already use this display name.space_type
: Only supports changing aGROUP_CHAT
space type toSPACE
. Includedisplay_name
together withspace_type
in the update mask and ensure that the specified space has a non-empty display name and theSPACE
space type. Including thespace_type
mask and theSPACE
type in the specified space when updating the display name is optional if the existing space already has theSPACE
type. Trying to update the space type in other ways results in an invalid argument error.space_type
is not supported withuseAdminAccess
.space_history_state
: Updates space history settings by turning history on or off for the space. Only supported if history settings are enabled for the Google Workspace organization. To update the space history state, you must omit all other field masks in your request.space_history_state
is not supported withuseAdminAccess
.access_settings.audience
: Updates the access setting of who can discover the space, join the space, and preview the messages in named space wherespaceType
field isSPACE
. If the existing space has a target audience, you can remove the audience and restrict space access by omitting a value for this field mask. To update access settings for a space, the authenticating user must be a space manager and omit all other field masks in your request. You can't update this field if the space is in import mode. To learn more, see Make a space discoverable to specific users.access_settings.audience
is not supported withuseAdminAccess
.permission_settings
: Supports changing the permission settings of a space. When updating permission settings, you can only specifypermissionSettings
field masks; you cannot update other field masks at the same time.permissionSettings
is not supported withuseAdminAccess
. The supported field masks include:permission_settings.manageMembersAndGroups
permission_settings.modifySpaceDetails
permission_settings.toggleHistory
permission_settings.useAtMentionAll
permission_settings.manageApps
permission_settings.manageWebhooks
permission_settings.replyMessages
-
(::Google::Protobuf::FieldMask) —
Required. The updated field paths, comma separated if there are multiple.
You can update the following fields for a space:
space_details
: Updates the space's description. Supports up to 150 characters.display_name
: Only supports updating the display name for spaces wherespaceType
field isSPACE
. If you receive the error messageALREADY_EXISTS
, try a different value. An existing space within the Google Workspace organization might already use this display name.space_type
: Only supports changing aGROUP_CHAT
space type toSPACE
. Includedisplay_name
together withspace_type
in the update mask and ensure that the specified space has a non-empty display name and theSPACE
space type. Including thespace_type
mask and theSPACE
type in the specified space when updating the display name is optional if the existing space already has theSPACE
type. Trying to update the space type in other ways results in an invalid argument error.space_type
is not supported withuseAdminAccess
.space_history_state
: Updates space history settings by turning history on or off for the space. Only supported if history settings are enabled for the Google Workspace organization. To update the space history state, you must omit all other field masks in your request.space_history_state
is not supported withuseAdminAccess
.access_settings.audience
: Updates the access setting of who can discover the space, join the space, and preview the messages in named space wherespaceType
field isSPACE
. If the existing space has a target audience, you can remove the audience and restrict space access by omitting a value for this field mask. To update access settings for a space, the authenticating user must be a space manager and omit all other field masks in your request. You can't update this field if the space is in import mode. To learn more, see Make a space discoverable to specific users.access_settings.audience
is not supported withuseAdminAccess
.permission_settings
: Supports changing the permission settings of a space. When updating permission settings, you can only specifypermissionSettings
field masks; you cannot update other field masks at the same time.permissionSettings
is not supported withuseAdminAccess
. The supported field masks include:permission_settings.manageMembersAndGroups
permission_settings.modifySpaceDetails
permission_settings.toggleHistory
permission_settings.useAtMentionAll
permission_settings.manageApps
permission_settings.manageWebhooks
permission_settings.replyMessages
#use_admin_access
def use_admin_access() -> ::Boolean
-
(::Boolean) — 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 ofupdate_mask
.
#use_admin_access=
def use_admin_access=(value) -> ::Boolean
-
value (::Boolean) — 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 ofupdate_mask
.
-
(::Boolean) — 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 ofupdate_mask
.