Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig.
Remote repository configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#apt_repository
def apt_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::AptRepository
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::AptRepository) — Specific settings for an Apt remote repository.
#apt_repository=
def apt_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::AptRepository
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::AptRepository) — Specific settings for an Apt remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::AptRepository) — Specific settings for an Apt remote repository.
#description
def description() -> ::String
Returns
- (::String) — The description of the remote source.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — The description of the remote source.
Returns
- (::String) — The description of the remote source.
#docker_repository
def docker_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository) — Specific settings for a Docker remote repository.
#docker_repository=
def docker_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository) — Specific settings for a Docker remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository) — Specific settings for a Docker remote repository.
#maven_repository
def maven_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository) — Specific settings for a Maven remote repository.
#maven_repository=
def maven_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository) — Specific settings for a Maven remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository) — Specific settings for a Maven remote repository.
#npm_repository
def npm_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository) — Specific settings for an Npm remote repository.
#npm_repository=
def npm_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository) — Specific settings for an Npm remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository) — Specific settings for an Npm remote repository.
#python_repository
def python_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository) — Specific settings for a Python remote repository.
#python_repository=
def python_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository) — Specific settings for a Python remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository) — Specific settings for a Python remote repository.
#upstream_credentials
def upstream_credentials() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials) — Optional. The credentials used to access the remote repository.
#upstream_credentials=
def upstream_credentials=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials) — Optional. The credentials used to access the remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials) — Optional. The credentials used to access the remote repository.
#yum_repository
def yum_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository) — Specific settings for a Yum remote repository.
#yum_repository=
def yum_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository
Parameter
- value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository) — Specific settings for a Yum remote repository.
Returns
- (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository) — Specific settings for a Yum remote repository.