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.
Implements
IMessageYumArtifact, IEquatableYumArtifact, IDeepCloneableYumArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
YumArtifact()
public YumArtifact()
YumArtifact(YumArtifact)
public YumArtifact(YumArtifact other)
Parameter | |
---|---|
Name | Description |
other |
YumArtifact |
Properties
Architecture
public string Architecture { get; set; }
Output only. Operating system architecture of the artifact.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Output only. The Artifact Registry resource name of the artifact.
Property Value | |
---|---|
Type | Description |
string |
PackageName
public string PackageName { get; set; }
Output only. The yum package name of the artifact.
Property Value | |
---|---|
Type | Description |
string |
PackageType
public YumArtifact.Types.PackageType PackageType { get; set; }
Output only. An artifact is a binary or source package.
Property Value | |
---|---|
Type | Description |
YumArtifactTypesPackageType |
YumArtifactName
public YumArtifactName YumArtifactName { get; set; }
YumArtifactName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
YumArtifactName |