public sealed class IntelligenceConfig : IMessage<IntelligenceConfig>, IEquatable<IntelligenceConfig>, IDeepCloneable<IntelligenceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class IntelligenceConfig.
The IntelligenceConfig resource associated with your organization, folder,
or 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 IntelligenceConfig (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.IntelligenceConfig)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.3.0/Google.Cloud.Storage.Control.V2.IntelligenceConfig)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.2.0/Google.Cloud.Storage.Control.V2.IntelligenceConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.1.0/Google.Cloud.Storage.Control.V2.IntelligenceConfig)\n- [1.0.1](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/1.0.1/Google.Cloud.Storage.Control.V2.IntelligenceConfig) \n\n public sealed class IntelligenceConfig : IMessage\u003cIntelligenceConfig\u003e, IEquatable\u003cIntelligenceConfig\u003e, IDeepCloneable\u003cIntelligenceConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Storage v2 API class IntelligenceConfig.\n\nThe `IntelligenceConfig` resource associated with your organization, folder,\nor project. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e IntelligenceConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[IntelligenceConfig](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.IntelligenceConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[IntelligenceConfig](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.IntelligenceConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[IntelligenceConfig](/dotnet/docs/reference/Google.Cloud.Storage.Control.V2/latest/Google.Cloud.Storage.Control.V2.IntelligenceConfig), [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### IntelligenceConfig()\n\n public IntelligenceConfig()\n\n### IntelligenceConfig(IntelligenceConfig)\n\n public IntelligenceConfig(IntelligenceConfig other)\n\nProperties\n----------\n\n### EditionConfig\n\n public IntelligenceConfig.Types.EditionConfig EditionConfig { get; set; }\n\nOptional. The edition configuration of the `IntelligenceConfig` resource.\n\n### EffectiveIntelligenceConfig\n\n public IntelligenceConfig.Types.EffectiveIntelligenceConfig EffectiveIntelligenceConfig { get; set; }\n\nOutput only. The `IntelligenceConfig` resource that is applicable for the\nresource.\n\n### Filter\n\n public IntelligenceConfig.Types.Filter Filter { get; set; }\n\nOptional. Filter over location and bucket.\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.IntelligenceConfig#Google_Cloud_Storage_Control_V2_IntelligenceConfig_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. The name of the `IntelligenceConfig` resource associated with\nyour organization, folder, or project.\n\nThe name format varies based on the GCP resource hierarchy as follows:\n\n- For project: `projects/{project_number}/locations/global/intelligenceConfig`\n- For organization: `organizations/{org_id}/locations/global/intelligenceConfig`\n- For folder: `folders/{folder_id}/locations/global/intelligenceConfig`\n\n### TrialConfig\n\n public IntelligenceConfig.Types.TrialConfig TrialConfig { get; set; }\n\nThe trial configuration of the `IntelligenceConfig` resource.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The time at which the `IntelligenceConfig` resource is last\nupdated."]]