Developer Connect v1 API - Class GoogleArtifactAnalysis (1.0.0-beta02)

public sealed class GoogleArtifactAnalysis : IMessage<GoogleArtifactAnalysis>, IEquatable<GoogleArtifactAnalysis>, IDeepCloneable<GoogleArtifactAnalysis>, IBufferMessage, IMessage

Reference documentation and code samples for the Developer Connect v1 API class GoogleArtifactAnalysis.

Google Artifact Analysis configurations.

Inheritance

object > GoogleArtifactAnalysis

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

GoogleArtifactAnalysis()

public GoogleArtifactAnalysis()

GoogleArtifactAnalysis(GoogleArtifactAnalysis)

public GoogleArtifactAnalysis(GoogleArtifactAnalysis other)
Parameter
Name Description
other GoogleArtifactAnalysis

Properties

ProjectId

public string ProjectId { get; set; }

Required. The project id of the project where the provenance is stored.

Property Value
Type Description
string