Class: Google::Cloud::Dataproc::V1::RepositoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::RepositoryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Configuration for dependency repositories
Instance Attribute Summary collapse
Instance Attribute Details
#pypi_repository_config ⇒ ::Google::Cloud::Dataproc::V1::PyPiRepositoryConfig
Returns Optional. Configuration for PyPi repository.
547 548 549 550 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 547 class RepositoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |