Struct google_api_proto::google::chat::v1::UpdateSpaceRequest
source · pub struct UpdateSpaceRequest {
pub space: Option<Space>,
pub update_mask: Option<FieldMask>,
}
Expand description
A request to update a single space.
Fields§
§space: Option<Space>
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.
update_mask: Option<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_type
is not supported with admin access. -
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.)space_history_state
is 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.audience
is 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_settings
is not supported with admin access.
Trait Implementations§
source§impl Clone for UpdateSpaceRequest
impl Clone for UpdateSpaceRequest
source§fn clone(&self) -> UpdateSpaceRequest
fn clone(&self) -> UpdateSpaceRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateSpaceRequest
impl Debug for UpdateSpaceRequest
source§impl Default for UpdateSpaceRequest
impl Default for UpdateSpaceRequest
source§impl Message for UpdateSpaceRequest
impl Message for UpdateSpaceRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for UpdateSpaceRequest
impl PartialEq for UpdateSpaceRequest
source§fn eq(&self, other: &UpdateSpaceRequest) -> bool
fn eq(&self, other: &UpdateSpaceRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSpaceRequest
Auto Trait Implementations§
impl Freeze for UpdateSpaceRequest
impl RefUnwindSafe for UpdateSpaceRequest
impl Send for UpdateSpaceRequest
impl Sync for UpdateSpaceRequest
impl Unpin for UpdateSpaceRequest
impl UnwindSafe for UpdateSpaceRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request