Properties of a RemoteRepositoryConfig.
Package
@google-cloud/artifact-registryProperties
aptRepository
aptRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.IAptRepository|null);RemoteRepositoryConfig aptRepository
commonRepository
commonRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.ICommonRemoteRepository|null);RemoteRepositoryConfig commonRepository
description
description?: (string|null);RemoteRepositoryConfig description
disableUpstreamValidation
disableUpstreamValidation?: (boolean|null);RemoteRepositoryConfig disableUpstreamValidation
dockerRepository
dockerRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.IDockerRepository|null);RemoteRepositoryConfig dockerRepository
mavenRepository
mavenRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.IMavenRepository|null);RemoteRepositoryConfig mavenRepository
npmRepository
npmRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.INpmRepository|null);RemoteRepositoryConfig npmRepository
pythonRepository
pythonRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.IPythonRepository|null);RemoteRepositoryConfig pythonRepository
upstreamCredentials
upstreamCredentials?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.IUpstreamCredentials|null);RemoteRepositoryConfig upstreamCredentials
yumRepository
yumRepository?: (google.devtools.artifactregistry.v1.RemoteRepositoryConfig.IYumRepository|null);RemoteRepositoryConfig yumRepository