Artifact Registry v1beta2 API - Class AptArtifact (2.0.0-beta04)

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

Reference documentation and code samples for the Artifact Registry v1beta2 API class AptArtifact.

A detailed representation of an Apt artifact. Information in the record is derived from the archive's control file. See https://www.debian.org/doc/debian-policy/ch-controlfields.html

Inheritance

object > AptArtifact

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

AptArtifact()

public AptArtifact()

AptArtifact(AptArtifact)

public AptArtifact(AptArtifact other)
Parameter
NameDescription
otherAptArtifact

Properties

AptArtifactName

public AptArtifactName AptArtifactName { get; set; }

AptArtifactName-typed view over the Name resource name property.

Property Value
TypeDescription
AptArtifactName

Architecture

public string Architecture { get; set; }

Output only. Operating system architecture of the artifact.

Property Value
TypeDescription
string

Component

public string Component { get; set; }

Output only. Repository component of the artifact.

Property Value
TypeDescription
string

ControlFile

public ByteString ControlFile { get; set; }

Output only. Contents of the artifact's control metadata file.

Property Value
TypeDescription
ByteString

Name

public string Name { get; set; }

Output only. The Artifact Registry resource name of the artifact.

Property Value
TypeDescription
string

PackageName

public string PackageName { get; set; }

Output only. The Apt package name of the artifact.

Property Value
TypeDescription
string

PackageType

public AptArtifact.Types.PackageType PackageType { get; set; }

Output only. An artifact is a binary or source package.

Property Value
TypeDescription
AptArtifactTypesPackageType