Google Cloud Dataproc v1 API - Class PyPiRepositoryConfig (5.10.0)

public sealed class PyPiRepositoryConfig : IMessage<PyPiRepositoryConfig>, IEquatable<PyPiRepositoryConfig>, IDeepCloneable<PyPiRepositoryConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class PyPiRepositoryConfig.

Configuration for PyPi repository

Inheritance

object > PyPiRepositoryConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

PyPiRepositoryConfig()

public PyPiRepositoryConfig()

PyPiRepositoryConfig(PyPiRepositoryConfig)

public PyPiRepositoryConfig(PyPiRepositoryConfig other)
Parameter
NameDescription
otherPyPiRepositoryConfig

Properties

PypiRepository

public string PypiRepository { get; set; }

Optional. PyPi repository address

Property Value
TypeDescription
string