Google Cloud Artifact Registry V1beta2 Client - Class PackageType (0.5.1)

Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class PackageType.

Package type is either binary or source.

Protobuf type google.devtools.artifactregistry.v1beta2.YumArtifact.PackageType

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2 \ YumArtifact

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PACKAGE_TYPE_UNSPECIFIED

Value: 0

Package type is not specified.

Generated from protobuf enum PACKAGE_TYPE_UNSPECIFIED = 0;

BINARY

Value: 1

Binary package (.rpm).

Generated from protobuf enum BINARY = 1;

SOURCE

Value: 2

Source package (.srpm).

Generated from protobuf enum SOURCE = 2;