Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::DockerRepository::CustomRepository
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
Customer-specified publicly available remote repository.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
An http/https uri reference to the custom remote repository, for ex: "https://registry-1.docker.io".
Instance Attribute Details
#uri ⇒ ::String
Returns An http/https uri reference to the custom remote repository, for ex: "https://registry-1.docker.io".
212 213 214 215 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 212 class CustomRepository include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |