Class: Google::Cloud::Dataproc::V1::PyPiRepositoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::PyPiRepositoryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/shared.rb
Overview
Configuration for PyPi repository
Instance Attribute Summary collapse
-
#pypi_repository ⇒ ::String
Optional.
Instance Attribute Details
#pypi_repository ⇒ ::String
Returns Optional. PyPi repository address.
556 557 558 559 |
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 556 class PyPiRepositoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |