tempFiles property

List<String>? tempFiles
getter/setter pair

A set of files the system should be aware of that are used for temporary storage.

These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}

Implementation

core.List<core.String>? tempFiles;