Artifact Registry v1 API - Class YumArtifact (2.6.0)

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

Reference documentation and code samples for the Artifact Registry v1 API class YumArtifact.

A detailed representation of a Yum artifact.

Inheritance

object > YumArtifact

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

YumArtifact()

public YumArtifact()

YumArtifact(YumArtifact)

public YumArtifact(YumArtifact other)
Parameter
NameDescription
otherYumArtifact

Properties

Architecture

public string Architecture { get; set; }

Output only. Operating system architecture of the artifact.

Property Value
TypeDescription
string

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 yum package name of the artifact.

Property Value
TypeDescription
string

PackageType

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

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

Property Value
TypeDescription
YumArtifactTypesPackageType

YumArtifactName

public YumArtifactName YumArtifactName { get; set; }

YumArtifactName-typed view over the Name resource name property.

Property Value
TypeDescription
YumArtifactName