public sealed class GetProjectIntelligenceConfigRequest : IMessage<GetProjectIntelligenceConfigRequest>, IEquatable<GetProjectIntelligenceConfigRequest>, IDeepCloneable<GetProjectIntelligenceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class GetProjectIntelligenceConfigRequest.
Request message to get the IntelligenceConfig resource associated with your
project.
IAM Permissions:
Requires storage.intelligenceConfigs.getIAM permission
on the project.
[[["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 GetProjectIntelligenceConfigRequest (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.GetProjectIntelligenceConfigRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest) \n\n public sealed class GetProjectIntelligenceConfigRequest : IMessage\u003cGetProjectIntelligenceConfigRequest\u003e, IEquatable\u003cGetProjectIntelligenceConfigRequest\u003e, IDeepCloneable\u003cGetProjectIntelligenceConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Storage v2 API class GetProjectIntelligenceConfigRequest.\n\nRequest message to get the `IntelligenceConfig` resource associated with your\nproject.\n\n**IAM Permissions**:\n\nRequires `storage.intelligenceConfigs.get`\n[IAM](https://cloud.google.com/iam/docs/overview#permissions) permission\non the project. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetProjectIntelligenceConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetProjectIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetProjectIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetProjectIntelligenceConfigRequest](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest), [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### GetProjectIntelligenceConfigRequest()\n\n public GetProjectIntelligenceConfigRequest()\n\n### GetProjectIntelligenceConfigRequest(GetProjectIntelligenceConfigRequest)\n\n public GetProjectIntelligenceConfigRequest(GetProjectIntelligenceConfigRequest other)\n\nProperties\n----------\n\n### IntelligenceConfigName\n\n public IntelligenceConfigName IntelligenceConfigName { get; set; }\n\n[IntelligenceConfigName](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.IntelligenceConfigName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.GetProjectIntelligenceConfigRequest#Google_Cloud_Storage_Control_V2_GetProjectIntelligenceConfigRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the `IntelligenceConfig` resource associated with\nyour project.\n\nFormat: `projects/{id}/locations/global/intelligenceConfig`"]]