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.
Currently supported field paths:
display_name
(Only supports changing the display name of a space with theSPACE
type, or when also including thespace_type
mask to change aGROUP_CHAT
space type toSPACE
. Trying to update the display name of aGROUP_CHAT
or aDIRECT_MESSAGE
space results in an invalid argument error. If you receive the error messageALREADY_EXISTS
when 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_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_details
space_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.)Developer Preview:
access_settings.audience
(Supports changing the access setting of a space. If no audience is specified in the access setting, the space's access setting is updated to restricted. Warning: mutually exclusive with all other field paths.)
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
-
value (::Google::Protobuf::FieldMask) —
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 theSPACE
type, or when also including thespace_type
mask to change aGROUP_CHAT
space type toSPACE
. Trying to update the display name of aGROUP_CHAT
or aDIRECT_MESSAGE
space results in an invalid argument error. If you receive the error messageALREADY_EXISTS
when 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_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_details
space_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.)Developer Preview:
access_settings.audience
(Supports changing the access setting of a space. If no audience is specified in the access setting, the space's access setting is updated to restricted. Warning: mutually exclusive with all other field paths.)
-
(::Google::Protobuf::FieldMask) —
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 theSPACE
type, or when also including thespace_type
mask to change aGROUP_CHAT
space type toSPACE
. Trying to update the display name of aGROUP_CHAT
or aDIRECT_MESSAGE
space results in an invalid argument error. If you receive the error messageALREADY_EXISTS
when 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_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_details
space_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.)Developer Preview:
access_settings.audience
(Supports changing the access setting of a space. If no audience is specified in the access setting, the space's access setting is updated to restricted. Warning: mutually exclusive with all other field paths.)