Class: Google::Apis::DataprocV1::RepositoryConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::RepositoryConfig
- 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 dependency repositories
Instance Attribute Summary collapse
-
#pypi_repository_config ⇒ Google::Apis::DataprocV1::PyPiRepositoryConfig
Configuration for PyPi repository Corresponds to the JSON property
pypiRepositoryConfig
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RepositoryConfig
constructor
A new instance of RepositoryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RepositoryConfig
Returns a new instance of RepositoryConfig.
6681 6682 6683 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6681 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pypi_repository_config ⇒ Google::Apis::DataprocV1::PyPiRepositoryConfig
Configuration for PyPi repository
Corresponds to the JSON property pypiRepositoryConfig
6679 6680 6681 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6679 def pypi_repository_config @pypi_repository_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6686 6687 6688 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 6686 def update!(**args) @pypi_repository_config = args[:pypi_repository_config] if args.key?(:pypi_repository_config) end |