public sealed class UpdateFolderIntelligenceConfigRequest : IMessage<UpdateFolderIntelligenceConfigRequest>, IEquatable<UpdateFolderIntelligenceConfigRequest>, IDeepCloneable<UpdateFolderIntelligenceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class UpdateFolderIntelligenceConfigRequest.
Request message to update the IntelligenceConfig resource associated with
your folder.
IAM Permissions:
Requires storage.intelligenceConfigs.updateIAM permission on
the folder.
Required. The update_mask that specifies the fields within the
IntelligenceConfig resource that should be modified by this update. Only
the listed fields are updated.
[[["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-08-28 UTC."],[],[],null,["# Cloud Storage v2 API - Class UpdateFolderIntelligenceConfigRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest) \n\n public sealed class UpdateFolderIntelligenceConfigRequest : IMessage\u003cUpdateFolderIntelligenceConfigRequest\u003e, IEquatable\u003cUpdateFolderIntelligenceConfigRequest\u003e, IDeepCloneable\u003cUpdateFolderIntelligenceConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Storage v2 API class UpdateFolderIntelligenceConfigRequest.\n\nRequest message to update the `IntelligenceConfig` resource associated with\nyour folder.\n\n**IAM Permissions**:\n\nRequires `storage.intelligenceConfigs.update`\n[IAM](https://cloud.google.com/iam/docs/overview#permissions) permission on\nthe folder. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateFolderIntelligenceConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateFolderIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateFolderIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateFolderIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateFolderIntelligenceConfigRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Storage.Control.V2](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Storage.Control.V2.dll\n\nConstructors\n------------\n\n### UpdateFolderIntelligenceConfigRequest()\n\n public UpdateFolderIntelligenceConfigRequest()\n\n### UpdateFolderIntelligenceConfigRequest(UpdateFolderIntelligenceConfigRequest)\n\n public UpdateFolderIntelligenceConfigRequest(UpdateFolderIntelligenceConfigRequest other)\n\nProperties\n----------\n\n### IntelligenceConfig\n\n public IntelligenceConfig IntelligenceConfig { get; set; }\n\nRequired. The `IntelligenceConfig` resource to be updated.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. The ID that uniquely identifies the request, preventing duplicate\nprocessing.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nRequired. The `update_mask` that specifies the fields within the\n`IntelligenceConfig` resource that should be modified by this update. Only\nthe listed fields are updated."]]