Class: Google::Cloud::Dataproc::V1::PyPiRepositoryConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pypi_repository::String

Returns Optional. PyPi repository address.

Returns:

  • (::String)

    Optional. PyPi repository address



524
525
526
527
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 524

class PyPiRepositoryConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end