Class Task.Types.InfrastructureSpec.Types.ContainerImageRuntime (1.0.0)

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.

Inheritance

Object > Task.Types.InfrastructureSpec.Types.ContainerImageRuntime

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ContainerImageRuntime()

public ContainerImageRuntime()

ContainerImageRuntime(Task.Types.InfrastructureSpec.Types.ContainerImageRuntime)

public ContainerImageRuntime(Task.Types.InfrastructureSpec.Types.ContainerImageRuntime other)
Parameter
NameDescription
otherTask.Types.InfrastructureSpec.Types.ContainerImageRuntime

Properties

JavaJars

public RepeatedField<string> JavaJars { get; }

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.

Property Value
TypeDescription
RepeatedField<String>

Properties

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.

Property Value
TypeDescription
MapField<String, String>

PythonPackages

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.

Property Value
TypeDescription
RepeatedField<String>