WorkflowTemplateJobSparkSqlJobQueryListArgs

data class WorkflowTemplateJobSparkSqlJobQueryListArgs(val queries: Output<List<String>>) : ConvertibleToJava<WorkflowTemplateJobSparkSqlJobQueryListArgs>

Constructors

constructor(queries: Output<List<String>>)

Properties

Link copied to clipboard
val queries: Output<List<String>>

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": } }

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplateJobSparkSqlJobQueryListArgs