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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-20 UTC."],[[["\u003cp\u003eThe webpage outlines how to represent a list of queries in JSON format for cluster execution.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON structure uses a \u003ccode\u003equeries\u003c/code\u003e array to hold the list of queries.\u003c/p\u003e\n"],["\u003cp\u003eEach query within the \u003ccode\u003equeries\u003c/code\u003e array is a string, and multiple queries can be combined in a single string by separating them with semicolons.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003equeries\u003c/code\u003e field is required and specifies the queries to be executed, with no need to add a semicolon at the end of each query.\u003c/p\u003e\n"]]],[],null,["# QueryList\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nA list of queries to run on a cluster."]]