public sealed class UpdateFolderRequest : IMessage<UpdateFolderRequest>, IEquatable<UpdateFolderRequest>, IDeepCloneable<UpdateFolderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UpdateFolderRequest.
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 document provides reference information for the `UpdateFolderRequest` class within the Google Cloud Resource Manager v3 API, specifically for version 2.4.0."],["The `UpdateFolderRequest` class is used to send requests to the `UpdateFolder` method, allowing modifications to an existing folder."],["When using the `UpdateFolderRequest`, only the `display_name` field of a folder can be altered; all other fields, including `parent`, are immutable and must be changed with the `MoveFolder` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `UpdateFolderRequest` class has two properties, `Folder`, which is required and contains the new definition of the folder, and `UpdateMask`, also required, which specifies that only `display_name` can be updated."]]],[]]