archiveUris

@JvmName(name = "varmhbxrryminvqs")
suspend fun archiveUris(value: Output<List<String>>)
@JvmName(name = "kcjqcpieppliedvd")
suspend fun archiveUris(value: List<String>?)

Parameters

value

Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.


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


@JvmName(name = "pohgtvtyjsawujku")
suspend fun archiveUris(values: List<Output<String>>)
@JvmName(name = "dflqssnqmtulpecv")
suspend fun archiveUris(vararg values: String)

Parameters

values

Cloud Storage URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.