GoogleCloudDataplexV1TaskSparkTaskConfig constructor

GoogleCloudDataplexV1TaskSparkTaskConfig({
  1. List<String>? archiveUris,
  2. List<String>? fileUris,
  3. GoogleCloudDataplexV1TaskInfrastructureSpec? infrastructureSpec,
  4. String? mainClass,
  5. String? mainJarFileUri,
  6. String? pythonScriptFile,
  7. String? sqlScript,
  8. String? sqlScriptFile,
})

Implementation

GoogleCloudDataplexV1TaskSparkTaskConfig({
  this.archiveUris,
  this.fileUris,
  this.infrastructureSpec,
  this.mainClass,
  this.mainJarFileUri,
  this.pythonScriptFile,
  this.sqlScript,
  this.sqlScriptFile,
});