AptArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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
Attributes
Name | Description |
name |
str
Output only. The Artifact Registry resource name of the artifact. |
package_name |
str
Output only. The Apt package name of the artifact. |
package_type |
google.cloud.artifactregistry_v1.types.AptArtifact.PackageType
Output only. An artifact is a binary or source package. |
architecture |
str
Output only. Operating system architecture of the artifact. |
component |
str
Output only. Repository component of the artifact. |
control_file |
bytes
Output only. Contents of the artifact's control metadata file. |
Classes
PackageType
PackageType(value)
Package type is either binary or source.