public static final class UpdateSpaceRequest.Builder extends GeneratedMessageV3.Builder<UpdateSpaceRequest.Builder> implements UpdateSpaceRequestOrBuilder
   
   A request to update a single space.
 Protobuf type google.chat.v1.UpdateSpaceRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateSpaceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateSpaceRequest build()
   
  
  
  buildPartial()
  
    public UpdateSpaceRequest buildPartial()
   
  
  
  clear()
  
    public UpdateSpaceRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateSpaceRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateSpaceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearSpace()
  
    public UpdateSpaceRequest.Builder clearSpace()
   
   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];
clearUpdateMask()
  
    public UpdateSpaceRequest.Builder clearUpdateMask()
   
   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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
clone()
  
    public UpdateSpaceRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateSpaceRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  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. | 
    
  
  
  getSpaceBuilder()
  
    public Space.Builder getSpaceBuilder()
   
   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];
getSpaceOrBuilder()
  
    public 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];
getUpdateMask()
  
    public 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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
getUpdateMaskOrBuilder()
  
    public 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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
hasSpace()
  
    public 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 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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateSpaceRequest other)
  
    public UpdateSpaceRequest.Builder mergeFrom(UpdateSpaceRequest other)
   
  
  
  
  
  
    public UpdateSpaceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateSpaceRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeSpace(Space value)
  
    public UpdateSpaceRequest.Builder mergeSpace(Space value)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Space
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateSpaceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateSpaceRequest.Builder mergeUpdateMask(FieldMask value)
   
   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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateSpaceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateSpaceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSpace(Space value)
  
    public UpdateSpaceRequest.Builder setSpace(Space value)
   
   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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Space
 | 
    
  
  
  
  setSpace(Space.Builder builderForValue)
  
    public UpdateSpaceRequest.Builder setSpace(Space.Builder builderForValue)
   
   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];
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateSpaceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateSpaceRequest.Builder setUpdateMask(FieldMask value)
   
   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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateSpaceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   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
the- SPACEtype, or when also including the- space_typemask to change a- GROUP_CHATspace type to- SPACE. Trying to update the display name of a- GROUP_CHATor a- DIRECT_MESSAGEspace results in an invalid argument
error. If you receive the error message- ALREADY_EXISTSwhen updating the- displayName, try a different- displayName. An existing space within the
Google Workspace organization might already use this display name.)
 
- space_type(Only supports changing a- GROUP_CHATspace type to- SPACE. Include- display_nametogether with- space_typein the update
mask and ensure that the specified space has a non-empty display name and
the- SPACEspace type. Including the- space_typemask and the- SPACEtype in the specified space when updating the display name is optional if
the existing space already has the- SPACEtype. 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 update_mask = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |