tempFiles property

  1. @TagNumber(16)
List<String> tempFiles

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

@$pb.TagNumber(16)
$core.List<$core.String> get tempFiles => $_getList(13);