GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository
import type { GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository } from "https://googleapis.deno.dev/v1/artifactregistry:v1.ts";
Publicly available Apt repositories constructed from a common repository base and a custom repository path.
interface GoogleDevtoolsArtifactregistryV1RemoteRepositoryConfigAptRepositoryPublicRepository {
repositoryBase?:
| "REPOSITORY_BASE_UNSPECIFIED"
| "DEBIAN"
| "UBUNTU"
| "DEBIAN_SNAPSHOT";
repositoryPath?: string;
}