Class YumArtifact (1.11.3)

YumArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A detailed representation of a Yum artifact.

Attributes

NameDescription
name str
Output only. The Artifact Registry resource name of the artifact.
package_name str
Output only. The yum package name of the artifact.
package_type google.cloud.artifactregistry_v1beta2.types.YumArtifact.PackageType
Output only. An artifact is a binary or source package.
architecture str
Output only. Operating system architecture of the artifact.

Classes

PackageType

PackageType(value)

Package type is either binary or source.

Values: PACKAGE_TYPE_UNSPECIFIED (0): Package type is not specified. BINARY (1): Binary package (.rpm). SOURCE (2): Source package (.srpm).