Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Task::InfrastructureSpec::ContainerImageRuntime.
Container Image Runtime Configuration used with Batch execution.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image
def image() -> ::String
Returns
- (::String) — Optional. Container image to use.
#image=
def image=(value) -> ::String
Parameter
- value (::String) — Optional. Container image to use.
Returns
- (::String) — Optional. Container image to use.
#java_jars
def java_jars() -> ::Array<::String>
Returns
- (::Array<::String>) — 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
#java_jars=
def java_jars=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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
Returns
- (::Array<::String>) — 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
#properties
def properties() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — 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 examplecore:hadoop.tmp.dir
. For more information, see Cluster properties.
#properties=
def properties=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — 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 examplecore:hadoop.tmp.dir
. For more information, see Cluster properties.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — 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 examplecore:hadoop.tmp.dir
. For more information, see Cluster properties.
#python_packages
def python_packages() -> ::Array<::String>
Returns
- (::Array<::String>) — 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
#python_packages=
def python_packages=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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
Returns
- (::Array<::String>) — 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