Cloud Dataplex v1 API - Class Task.Types.InfrastructureSpec.Types.ContainerImageRuntime (2.15.0)

public sealed class Task.Types.InfrastructureSpec.Types.ContainerImageRuntime : IMessage<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IEquatable<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.InfrastructureSpec.Types.ContainerImageRuntime.

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(ContainerImageRuntime)

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

Properties

Image

public string Image { get; set; }

Optional. Container image to use.

Property Value
TypeDescription
string

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
RepeatedFieldstring

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
MapFieldstringstring

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
RepeatedFieldstring