Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository::CustomRepository
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::NpmRepository::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 upstream remote repository, for ex: "https://my.npm.registry/".
Instance Attribute Details
#uri ⇒ ::String
Returns An http/https uri reference to the upstream remote repository, for ex: "https://my.npm.registry/".
278 279 280 281 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 278 class CustomRepository include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |