Module: Google::Cloud::ArtifactRegistry::V1::YumArtifact::PackageType

Defined in:
proto_docs/google/devtools/artifactregistry/v1/yum_artifact.rb

Overview

Package type is either binary or source.

Constant Summary collapse

PACKAGE_TYPE_UNSPECIFIED =

Package type is not specified.

0
BINARY =

Binary package (.rpm).

1
SOURCE =

Source package (.srpm).

2