queries

@JvmName(name = "oaosulbhbkljghtt")
suspend fun queries(value: Output<List<String>>)
@JvmName(name = "rcxhrcmpwdrtnqhg")
suspend fun queries(value: List<String>)

Parameters

value

Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": } }


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


@JvmName(name = "soichikajrpdufrj")
suspend fun queries(values: List<Output<String>>)
@JvmName(name = "wpetopdeinukpltn")
suspend fun queries(vararg values: String)

Parameters

values

Required. The queries to execute. You do not need to end a query expression with a semicolon. Multiple queries can be specified in one string by separating each with a semicolon. Here is an example of a Dataproc API snippet that uses a QueryList to specify a HiveJob: "hiveJob": { "queryList": { "queries": } }