Class: Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::ContainerImageRuntime
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::ContainerImageRuntime
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Overview
Container Image Runtime Configuration used with Batch execution.
Defined Under Namespace
Classes: PropertiesEntry
Instance Attribute Summary collapse
-
#image ⇒ ::String
Optional.
-
#java_jars ⇒ ::Array<::String>
Optional.
-
#properties ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#python_packages ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#image ⇒ ::String
Returns Optional. Container image to use.
121 122 123 124 125 126 127 128 129 130 131 132 133 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 121 class ContainerImageRuntime 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_jars ⇒ ::Array<::String>
Returns Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar.
121 122 123 124 125 126 127 128 129 130 131 132 133 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 121 class ContainerImageRuntime 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. Override to common configuration of open source components
installed on the Dataproc cluster. The properties to set on daemon
config files. Property keys are specified in prefix:property
format,
for example core:hadoop.tmp.dir
. For more information, see Cluster
properties.
121 122 123 124 125 126 127 128 129 130 131 132 133 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 121 class ContainerImageRuntime 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.
121 122 123 124 125 126 127 128 129 130 131 132 133 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 121 class ContainerImageRuntime 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 |