Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class PackageType.
Package type is either binary or source.
Protobuf type google.devtools.artifactregistry.v1.YumArtifact.PackageType
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ YumArtifactMethods
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 (.rpm).
Generated from protobuf enum BINARY = 1;
SOURCE
Value: 2
Source package (.srpm).
Generated from protobuf enum SOURCE = 2;