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-03-21 UTC."],[[["The Google Cloud Dataproc v1 API offers a `QueryList` class, which is utilized for running a list of queries on a cluster."],["The most recent version available is 5.17.0, with numerous prior versions accessible, ranging down to version 3.1.0."],["`QueryList` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Queries` property within `QueryList` allows for the specification of multiple queries, which are separated by semicolons."],["The class `QueryList` contains two constructors, a default constructor and one which takes in another `QueryList` object as a parameter."]]],[]]