PythonRepository
import type { PythonRepository } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";
Configuration for a Python remote repository.
interface PythonRepository {
customRepository?: GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigPythonRepositoryCustomRepository;
publicRepository?: "PUBLIC_REPOSITORY_UNSPECIFIED" | "PYPI";
}§Properties
§
customRepository?: GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigPythonRepositoryCustomRepository
[src]Customer-specified remote repository.