Cloud Storage v2 API - Class GetProjectIntelligenceConfigRequest (1.4.0)

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.get IAM permission on the project.

Inheritance

object > GetProjectIntelligenceConfigRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

GetProjectIntelligenceConfigRequest()

public GetProjectIntelligenceConfigRequest()

GetProjectIntelligenceConfigRequest(GetProjectIntelligenceConfigRequest)

public GetProjectIntelligenceConfigRequest(GetProjectIntelligenceConfigRequest other)
Parameter
Name Description
other GetProjectIntelligenceConfigRequest

Properties

IntelligenceConfigName

public IntelligenceConfigName IntelligenceConfigName { get; set; }

IntelligenceConfigName-typed view over the Name resource name property.

Property Value
Type Description
IntelligenceConfigName

Name

public string Name { get; set; }

Required. The name of the IntelligenceConfig resource associated with your project.

Format: projects/{id}/locations/global/intelligenceConfig

Property Value
Type Description
string