queryLists

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

Parameters

value

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


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


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

Parameters

values

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