GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime class

Container Image Runtime Configuration used with Batch execution.

Properties

hashCode int
The hash code for this object.
no setterinherited
image String?
Container image to use.
getter/setter pair
javaJars List<String>?
A list of Java JARS to add to the classpath.
getter/setter pair
properties Map<String, String>?
Override to common configuration of open source components installed on the Dataproc cluster.
getter/setter pair
pythonPackages List<String>?
A list of python packages to be installed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited