public interface UpdateSpaceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSpace()
public abstract Space 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.
.google.chat.v1.Space space = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Space |
The space. |
getSpaceOrBuilder()
public abstract SpaceOrBuilder getSpaceOrBuilder()
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.
.google.chat.v1.Space space = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SpaceOrBuilder |
getUpdateMask()
public abstract FieldMask 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 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.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
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.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasSpace()
public abstract boolean hasSpace()
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.
.google.chat.v1.Space space = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the space field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
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.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |