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

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.AptArtifact.PackageType

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2 \ AptArtifact

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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.

Generated from protobuf enum BINARY = 1;

SOURCE

Value: 2

Source package.

Generated from protobuf enum SOURCE = 2;