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 provides documentation for \u003ccode\u003eContainerImageRuntime\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace, specifically detailing its use in configuring batch execution for container images.\u003c/p\u003e\n"],["\u003cp\u003eIt lists available versions of the \u003ccode\u003eContainerImageRuntime\u003c/code\u003e class, ranging from the latest version 3.6.0 down to 1.0.0, each with links to its respective documentation page.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eContainerImageRuntime\u003c/code\u003e implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines properties such as \u003ccode\u003eJavaJars\u003c/code\u003e, \u003ccode\u003eProperties\u003c/code\u003e, and \u003ccode\u003ePythonPackages\u003c/code\u003e, that are used to configure dependencies and settings for \u003ccode\u003eContainerImageRuntime\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods for creating a \u003ccode\u003eContainerImageRuntime\u003c/code\u003e instance, one is the default and the other accepts another instance as a parameter, useful for cloning the object.\u003c/p\u003e\n"]]],[],null,[]]