Class: Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::OsImageRuntime
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Environment::InfrastructureSpec::OsImageRuntime
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/analyze.rb
Overview
Software Runtime Configuration to run Analyze.
Defined Under Namespace
Classes: PropertiesEntry
Instance Attribute Summary collapse
-
#image_version ⇒ ::String
Required.
-
#java_libraries ⇒ ::Array<::String>
Optional.
-
#properties ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#python_packages ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#image_version ⇒ ::String
Returns Required. Dataplex Image version.
119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 119 class OsImageRuntime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#java_libraries ⇒ ::Array<::String>
Returns Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar.
119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 119 class OsImageRuntime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#properties ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Spark properties to provide configuration for use in sessions
created for this environment. The properties to set on daemon config
files. Property keys are specified in prefix:property
format. The
prefix must be "spark".
119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 119 class OsImageRuntime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#python_packages ⇒ ::Array<::String>
Returns Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz.
119 120 121 122 123 124 125 126 127 128 129 130 131 |
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 119 class OsImageRuntime include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |