Reference documentation and code samples for the Artifact Registry V1 API class Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository.
Configuration for a Docker remote repository.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_repository
def custom_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository
-
(::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository) — Customer-specified remote repository.
Note: The following fields are mutually exclusive:
custom_repository
,public_repository
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#custom_repository=
def custom_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository
-
value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository) — Customer-specified remote repository.
Note: The following fields are mutually exclusive:
custom_repository
,public_repository
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository) — Customer-specified remote repository.
Note: The following fields are mutually exclusive:
custom_repository
,public_repository
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#public_repository
def public_repository() -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::PublicRepository
-
(::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::PublicRepository) — One of the publicly available Docker repositories supported by Artifact
Registry.
Note: The following fields are mutually exclusive:
public_repository
,custom_repository
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#public_repository=
def public_repository=(value) -> ::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::PublicRepository
-
value (::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::PublicRepository) — One of the publicly available Docker repositories supported by Artifact
Registry.
Note: The following fields are mutually exclusive:
public_repository
,custom_repository
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::PublicRepository) — One of the publicly available Docker repositories supported by Artifact
Registry.
Note: The following fields are mutually exclusive:
public_repository
,custom_repository
. If a field in that set is populated, all other fields in the set will automatically be cleared.