Class: Google::Cloud::ArtifactRegistry::V1::RemoteRepositoryConfig::CommonRemoteRepository

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/artifactregistry/v1/repository.rb

Overview

Common remote repository settings type.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns Required. A common public repository base for remote repository.

Returns:

  • (::String)

    Required. A common public repository base for remote repository.



440
441
442
443
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 440

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