Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class RepositoryBase.
Predefined list of publicly available repository bases for Apt.
Protobuf type google.devtools.artifactregistry.v1.RemoteRepositoryConfig.AptRepository.PublicRepository.RepositoryBase
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ RemoteRepositoryConfig \ AptRepository \ PublicRepositoryMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REPOSITORY_BASE_UNSPECIFIED
Value: 0Unspecified repository base.
Generated from protobuf enum REPOSITORY_BASE_UNSPECIFIED = 0;
DEBIAN
Value: 1Debian.
Generated from protobuf enum DEBIAN = 1;
UBUNTU
Value: 2Ubuntu LTS/Pro.
Generated from protobuf enum UBUNTU = 2;
DEBIAN_SNAPSHOT
Value: 3Archived Debian.
Generated from protobuf enum DEBIAN_SNAPSHOT = 3;