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.
Implements
IMessage<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IEquatable<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.ContainerImageRuntime>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ContainerImageRuntime()
public ContainerImageRuntime()
ContainerImageRuntime(Task.Types.InfrastructureSpec.Types.ContainerImageRuntime)
public ContainerImageRuntime(Task.Types.InfrastructureSpec.Types.ContainerImageRuntime other)
Parameter | |
---|---|
Name | Description |
other | Task.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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |