public sealed class UpdateFolderRequest : IMessage<UpdateFolderRequest>, IEquatable<UpdateFolderRequest>, IDeepCloneable<UpdateFolderRequest>, IBufferMessage, IMessage
The request sent to the
[UpdateFolder][google.cloud.resourcemanager.v3.Folder.UpdateFolder]
method.
Only the display_name field can be changed. All other fields will be
ignored. Use the
[MoveFolder][google.cloud.resourcemanager.v3.Folders.MoveFolder] method to
change the parent field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UpdateFolderRequest` class within the `Google.Cloud.ResourceManager.V3` namespace, specifically for version 1.1.0."],["The `UpdateFolderRequest` class is used to send requests to the `UpdateFolder` method, but only allows for changes to the `display_name` field."],["To change the `parent` field of a folder, the `MoveFolder` method should be utilized, as attempting to do so using this method will not work."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is constructed using a default constructor or another instance of the same class."],["The `UpdateFolderRequest` contains two key properties, the `Folder` property, which is the new folder definition, and the `UpdateMask` property, which is used for defining the fields that are to be updated."]]],[]]