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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `PyPiRepositoryConfig` class within the Google Cloud Dataproc v1 API, which is used to configure PyPi repositories."],["The latest version of `PyPiRepositoryConfig` is 5.17.0, with several previous versions (ranging from 3.1.0 to 5.16.0) also available for review."],["The `PyPiRepositoryConfig` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a single property, `PypiRepository`, which is a string that stores the address of the PyPi repository, this property is optional."],["There are two constructors, a default one and one that takes another instance of `PyPiRepositoryConfig` as a parameter, for cloning."]]],[]]