public sealed class UpdateProjectIntelligenceConfigRequest : IMessage<UpdateProjectIntelligenceConfigRequest>, IEquatable<UpdateProjectIntelligenceConfigRequest>, IDeepCloneable<UpdateProjectIntelligenceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class UpdateProjectIntelligenceConfigRequest.
Request message to update the IntelligenceConfig resource associated with
your project.
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 UpdateProjectIntelligenceConfigRequest (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.UpdateProjectIntelligenceConfigRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest) \n\n public sealed class UpdateProjectIntelligenceConfigRequest : IMessage\u003cUpdateProjectIntelligenceConfigRequest\u003e, IEquatable\u003cUpdateProjectIntelligenceConfigRequest\u003e, IDeepCloneable\u003cUpdateProjectIntelligenceConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Storage v2 API class UpdateProjectIntelligenceConfigRequest.\n\nRequest message to update the `IntelligenceConfig` resource associated with\nyour project.\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 UpdateProjectIntelligenceConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateProjectIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateProjectIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateProjectIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.UpdateProjectIntelligenceConfigRequest), [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### UpdateProjectIntelligenceConfigRequest()\n\n public UpdateProjectIntelligenceConfigRequest()\n\n### UpdateProjectIntelligenceConfigRequest(UpdateProjectIntelligenceConfigRequest)\n\n public UpdateProjectIntelligenceConfigRequest(UpdateProjectIntelligenceConfigRequest 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."]]