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-04-17 UTC."],[[["The `QueryList` class represents a list of queries to be executed on a cluster within the Google.Cloud.Dataproc.V1 namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["The latest available version of this `QueryList` is 5.17.0 and there are other available versions that go as far back as 3.1.0 for Google.Cloud.Dataproc.V1."],["The `QueryList` class has two constructors: a default constructor and a constructor that accepts another `QueryList` object to create a copy."],["The class contains one property, `Queries`, which is a `RepeatedField\u003cstring\u003e` allowing the specification of multiple queries, separated by semicolons if in one string."]]],[]]