public sealed class RemoteRepositoryConfig.Types.PythonRepository : IMessage<RemoteRepositoryConfig.Types.PythonRepository>, IEquatable<RemoteRepositoryConfig.Types.PythonRepository>, IDeepCloneable<RemoteRepositoryConfig.Types.PythonRepository>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class RemoteRepositoryConfig.Types.PythonRepository.
Configuration for a Python remote repository.
Implements
IMessageRemoteRepositoryConfigTypesPythonRepository, IEquatableRemoteRepositoryConfigTypesPythonRepository, IDeepCloneableRemoteRepositoryConfigTypesPythonRepository, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
Google.Cloud.ArtifactRegistry.V1.dll
Constructors
PythonRepository()
public PythonRepository()PythonRepository(PythonRepository)
public PythonRepository(RemoteRepositoryConfig.Types.PythonRepository other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoteRepositoryConfigTypesPythonRepository |
Properties
CustomRepository
public RemoteRepositoryConfig.Types.PythonRepository.Types.CustomRepository CustomRepository { get; set; }Customer-specified remote repository.
| Property Value | |
|---|---|
| Type | Description |
RemoteRepositoryConfigTypesPythonRepositoryTypesCustomRepository |
|
HasPublicRepository
public bool HasPublicRepository { get; }Gets whether the "public_repository" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PublicRepository
public RemoteRepositoryConfig.Types.PythonRepository.Types.PublicRepository PublicRepository { get; set; }One of the publicly available Python repositories supported by Artifact Registry.
| Property Value | |
|---|---|
| Type | Description |
RemoteRepositoryConfigTypesPythonRepositoryTypesPublicRepository |
|
UpstreamCase
public RemoteRepositoryConfig.Types.PythonRepository.UpstreamOneofCase UpstreamCase { get; }| Property Value | |
|---|---|
| Type | Description |
RemoteRepositoryConfigTypesPythonRepositoryUpstreamOneofCase |
|