public sealed class RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository : IMessage<RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository>, IEquatable<RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository>, IDeepCloneable<RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository.
Customer-specified publicly available remote repository.
Implements
IMessageRemoteRepositoryConfigTypesPythonRepositoryTypesCustomRepository, IEquatableRemoteRepositoryConfigTypesPythonRepositoryTypesCustomRepository, IDeepCloneableRemoteRepositoryConfigTypesPythonRepositoryTypesCustomRepository, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
CustomRepository()
public CustomRepository()CustomRepository(CustomRepository)
public CustomRepository(RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoteRepositoryConfigTypesPythonRepositoryTypesCustomRepository |
Properties
Uri
public string Uri { get; set; }An http/https uri reference to the upstream remote repository, for ex: "https://my.python.registry/".
| Property Value | |
|---|---|
| Type | Description |
string |
|