Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::PythonRepository::CustomRepository

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#uri::String

Returns An http/https uri reference to the upstream remote repository, for ex: "https://my.python.registry/".

Returns:



310
311
312
313
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 310

class CustomRepository
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end