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, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.InfrastructureSpec.Types.ContainerImageRuntime.
Container Image Runtime Configuration used with Batch execution.
Implements
IMessageTaskTypesInfrastructureSpecTypesContainerImageRuntime, IEquatableTaskTypesInfrastructureSpecTypesContainerImageRuntime, IDeepCloneableTaskTypesInfrastructureSpecTypesContainerImageRuntime, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ContainerImageRuntime()
public ContainerImageRuntime()ContainerImageRuntime(ContainerImageRuntime)
public ContainerImageRuntime(Task.Types.InfrastructureSpec.Types.ContainerImageRuntime other)| Parameter | |
|---|---|
| Name | Description |
other |
TaskTypesInfrastructureSpecTypesContainerImageRuntime |
Properties
Image
public string Image { get; set; }Optional. Container image to use.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|