tempFiles

@JvmName(name = "tuqcuwujrotucyiw")
suspend fun tempFiles(value: Output<List<String>>)
@JvmName(name = "btclmlwjubxnfjvj")
suspend fun tempFiles(value: List<String>?)

Parameters

value

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}


@JvmName(name = "wlibqgkcxdhlkckw")
suspend fun tempFiles(vararg values: Output<String>)


@JvmName(name = "tohrvsumdfanfwqx")
suspend fun tempFiles(values: List<Output<String>>)
@JvmName(name = "ywfqieqjdbvbwnsl")
suspend fun tempFiles(vararg values: String)

Parameters

values

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}