Class: Google::Apis::DataprocV1::PyPiRepositoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::PyPiRepositoryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataproc_v1/classes.rb,
lib/google/apis/dataproc_v1/representations.rb,
lib/google/apis/dataproc_v1/representations.rb
Overview
Configuration for PyPi repository
Instance Attribute Summary collapse
-
#pypi_repository ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PyPiRepositoryConfig
constructor
A new instance of PyPiRepositoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PyPiRepositoryConfig
Returns a new instance of PyPiRepositoryConfig.
4389 4390 4391 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 4389 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pypi_repository ⇒ String
Optional. PyPi repository address
Corresponds to the JSON property pypiRepository
4387 4388 4389 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 4387 def pypi_repository @pypi_repository end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4394 4395 4396 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 4394 def update!(**args) @pypi_repository = args[:pypi_repository] if args.key?(:pypi_repository) end |