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 `QueryList` class, part of Google.Cloud.Dataproc.V1, represents a list of queries to be run on a cluster, with version 5.17.0 being the most recent release."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as message handling, equality checks, deep cloning, and buffer management."],["The `QueryList` class offers two constructors: a default constructor and another that allows creating a copy of an existing `QueryList` object."],["It contains a `Queries` property of type `RepeatedField\u003cstring\u003e` where you can set multiple queries to be executed, separated by semicolons if necessary."],["There are multiple versions of the `QueryList` available within the package, dating from 3.1.0 all the way to the most recent 5.17.0, allowing you to choose the version needed for your project."]]],[]]