GoogleCloudDataplexV1TaskSparkTaskConfig class

User-specified config for running a Spark task.

Constructors

GoogleCloudDataplexV1TaskSparkTaskConfig({List<String>? archiveUris, List<String>? fileUris, GoogleCloudDataplexV1TaskInfrastructureSpec? infrastructureSpec, String? mainClass, String? mainJarFileUri, String? pythonScriptFile, String? sqlScript, String? sqlScriptFile})
GoogleCloudDataplexV1TaskSparkTaskConfig.fromJson(Map json_)

Properties

archiveUris List<String>?
Cloud Storage URIs of archives to be extracted into the working directory of each executor.
getter/setter pair
fileUris List<String>?
Cloud Storage URIs of files to be placed in the working directory of each executor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infrastructureSpec GoogleCloudDataplexV1TaskInfrastructureSpec?
Infrastructure specification for the execution.
getter/setter pair
mainClass String?
The name of the driver's main class.
getter/setter pair
mainJarFileUri String?
The Cloud Storage URI of the jar file that contains the main class.
getter/setter pair
pythonScriptFile String?
The Gcloud Storage URI of the main Python file to use as the driver.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqlScript String?
The query text.
getter/setter pair
sqlScriptFile String?
A reference to a query file.
getter/setter pair

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