Google Cloud Artifact Registry V1 Client - Class PublicRepository (0.6.5)

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

Predefined list of publicly available Python repositories like PyPI.org.

Protobuf type google.devtools.artifactregistry.v1.RemoteRepositoryConfig.PythonRepository.PublicRepository

Namespace

Google \ Cloud \ ArtifactRegistry \ V1 \ RemoteRepositoryConfig \ PythonRepository

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PUBLIC_REPOSITORY_UNSPECIFIED

Value: 0

Unspecified repository.

Generated from protobuf enum PUBLIC_REPOSITORY_UNSPECIFIED = 0;

PYPI

Value: 1

PyPI.

Generated from protobuf enum PYPI = 1;