Artifact Registry V1 API - Class Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig (v1.1.0)

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

#apt_repository=

def apt_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::AptRepository
Parameter
Returns

#common_repository

def common_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::CommonRemoteRepository
Returns

#common_repository=

def common_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::CommonRemoteRepository
Parameter
Returns

#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.

#disable_upstream_validation

def disable_upstream_validation() -> ::Boolean
Returns
  • (::Boolean) — Input only. A create/update remote repo option to avoid making a HEAD/GET request to validate a remote repo and any supplied upstream credentials.

#disable_upstream_validation=

def disable_upstream_validation=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Input only. A create/update remote repo option to avoid making a HEAD/GET request to validate a remote repo and any supplied upstream credentials.
Returns
  • (::Boolean) — Input only. A create/update remote repo option to avoid making a HEAD/GET request to validate a remote repo and any supplied upstream credentials.

#docker_repository

def docker_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository
Returns

#docker_repository=

def docker_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository
Parameter
Returns

#maven_repository

def maven_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository
Returns

#maven_repository=

def maven_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository
Parameter
Returns

#npm_repository

def npm_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository
Returns

#npm_repository=

def npm_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository
Parameter
Returns

#python_repository

def python_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository
Returns

#python_repository=

def python_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository
Parameter
Returns

#upstream_credentials

def upstream_credentials() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials
Returns

#upstream_credentials=

def upstream_credentials=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::UpstreamCredentials
Parameter
Returns

#yum_repository

def yum_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository
Returns

#yum_repository=

def yum_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::YumRepository
Parameter
Returns