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 page provides documentation for the `PyPiRepositoryConfig` class within the Google Cloud Dataproc v1 API, covering versions from 3.1.0 up to the latest, 5.17.0."],["`PyPiRepositoryConfig` is a class used to configure PyPi repository settings, as indicated in the documentation and class description."],["The documentation details the class's inheritance, it implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the `object` base class."],["The class includes two constructors: a default constructor and one that accepts another `PyPiRepositoryConfig` object for copying, as described by the provided parameters."],["A key property of the `PyPiRepositoryConfig` class is `PypiRepository`, which is a string to set the address of a PyPi repository."]]],[]]