Artifact Registry v1 API - Class RemoteRepositoryConfig.Types.PythonRepository (2.6.0)

public sealed class RemoteRepositoryConfig.Types.PythonRepository : IMessage<RemoteRepositoryConfig.Types.PythonRepository>, IEquatable<RemoteRepositoryConfig.Types.PythonRepository>, IDeepCloneable<RemoteRepositoryConfig.Types.PythonRepository>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1 API class RemoteRepositoryConfig.Types.PythonRepository.

Configuration for a Python remote repository.

Inheritance

object > RemoteRepositoryConfig.Types.PythonRepository

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

PythonRepository()

public PythonRepository()

PythonRepository(PythonRepository)

public PythonRepository(RemoteRepositoryConfig.Types.PythonRepository other)
Parameter
NameDescription
otherRemoteRepositoryConfigTypesPythonRepository

Properties

HasPublicRepository

public bool HasPublicRepository { get; }

Gets whether the "public_repository" field is set

Property Value
TypeDescription
bool

PublicRepository

public RemoteRepositoryConfig.Types.PythonRepository.Types.PublicRepository PublicRepository { get; set; }

One of the publicly available Python repositories supported by Artifact Registry.

Property Value
TypeDescription
RemoteRepositoryConfigTypesPythonRepositoryTypesPublicRepository

UpstreamCase

public RemoteRepositoryConfig.Types.PythonRepository.UpstreamOneofCase UpstreamCase { get; }
Property Value
TypeDescription
RemoteRepositoryConfigTypesPythonRepositoryUpstreamOneofCase