queryLists

@JvmName(name = "vpqeegykqtodtqai")
suspend fun queryLists(value: Output<List<String>>)
@JvmName(name = "yjuoxobswhyscrwv")
suspend fun queryLists(value: List<String>?)

Parameters

value

The list of SQL queries or statements to execute as part of the job. Conflicts with query_file_uri


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


@JvmName(name = "iegphrxlfuuqgmyy")
suspend fun queryLists(values: List<Output<String>>)
@JvmName(name = "wtimxeqbvrsredwq")
suspend fun queryLists(vararg values: String)

Parameters

values

The list of SQL queries or statements to execute as part of the job. Conflicts with query_file_uri