Google Cloud Artifact Registry V1 Client - Class RepositoryBase (0.5.1)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class RepositoryBase.

Predefined list of publicly available repository bases for Yum.

Protobuf type google.devtools.artifactregistry.v1.RemoteRepositoryConfig.YumRepository.PublicRepository.RepositoryBase

Namespace

Google \ Cloud \ ArtifactRegistry \ V1 \ RemoteRepositoryConfig \ YumRepository \ PublicRepository

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

REPOSITORY_BASE_UNSPECIFIED

Value: 0

Unspecified repository base.

Generated from protobuf enum REPOSITORY_BASE_UNSPECIFIED = 0;

CENTOS

Value: 1

CentOS.

Generated from protobuf enum CENTOS = 1;

CENTOS_DEBUG

Value: 2

CentOS Debug.

Generated from protobuf enum CENTOS_DEBUG = 2;

CENTOS_VAULT

Value: 3

CentOS Vault.

Generated from protobuf enum CENTOS_VAULT = 3;

CENTOS_STREAM

Value: 4

CentOS Stream.

Generated from protobuf enum CENTOS_STREAM = 4;

ROCKY

Value: 5

Rocky.

Generated from protobuf enum ROCKY = 5;

EPEL

Value: 6

Fedora Extra Packages for Enterprise Linux (EPEL).

Generated from protobuf enum EPEL = 6;