public sealed class ContainerImageRuntime : IMessage<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IEquatable<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IBufferMessage, IMessage
Container Image Runtime Configuration used with Batch execution.
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.
public MapField<string, string> Properties { get; }
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.
public RepeatedField<string> PythonPackages { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe page details the \u003ccode\u003eContainerImageRuntime\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace, specifically focusing on its use with Batch execution.\u003c/p\u003e\n"],["\u003cp\u003eThis class is found in version 2.0.0, with a list of related versions available up to the latest version 3.6.0, and is used for configuring container image runtimes for Dataplex tasks.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContainerImageRuntime\u003c/code\u003e implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is defined within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003eJavaJars\u003c/code\u003e, \u003ccode\u003eProperties\u003c/code\u003e, and \u003ccode\u003ePythonPackages\u003c/code\u003e, allowing for custom configuration by adding Java JARS, defining properties, and installing Python packages, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContainerImageRuntime\u003c/code\u003e class can be instantiated either using the default constructor or by passing another \u003ccode\u003eContainerImageRuntime\u003c/code\u003e object for initialization.\u003c/p\u003e\n"]]],[],null,[]]