Cloud Storage v2 API - Class IntelligenceConfig.Types.EffectiveIntelligenceConfig (1.4.0)

public sealed class IntelligenceConfig.Types.EffectiveIntelligenceConfig : IMessage<IntelligenceConfig.Types.EffectiveIntelligenceConfig>, IEquatable<IntelligenceConfig.Types.EffectiveIntelligenceConfig>, IDeepCloneable<IntelligenceConfig.Types.EffectiveIntelligenceConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Storage v2 API class IntelligenceConfig.Types.EffectiveIntelligenceConfig.

The effective IntelligenceConfig for the resource.

Inheritance

object > IntelligenceConfig.Types.EffectiveIntelligenceConfig

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

EffectiveIntelligenceConfig()

public EffectiveIntelligenceConfig()

EffectiveIntelligenceConfig(EffectiveIntelligenceConfig)

public EffectiveIntelligenceConfig(IntelligenceConfig.Types.EffectiveIntelligenceConfig other)
Parameter
Name Description
other IntelligenceConfigTypesEffectiveIntelligenceConfig

Properties

EffectiveEdition

public IntelligenceConfig.Types.EffectiveIntelligenceConfig.Types.EffectiveEdition EffectiveEdition { get; set; }

Output only. The IntelligenceConfig edition that is applicable for the resource.

Property Value
Type Description
IntelligenceConfigTypesEffectiveIntelligenceConfigTypesEffectiveEdition

IntelligenceConfig

public string IntelligenceConfig { get; set; }

Output only. The IntelligenceConfig resource that is applied for the target resource. Format: {organizations|folders|projects}/{id}/locations/{location}/intelligenceConfig

Property Value
Type Description
string