Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::MavenRepository::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.maven.registry/".

Returns:



245
246
247
248
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 245

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