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 webpage provides documentation for the `QueryList` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its use in specifying a list of queries to be run on a Dataproc cluster."],["The latest version of the documentation available is 5.17.0, with numerous older versions listed, going back to version 3.1.0, with each version link pointing to the documentation of the `QueryList`."],["`QueryList` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `Object` class."],["The class includes a `Queries` property, which is a `RepeatedField` of strings, allowing for the definition of multiple queries to be executed."],["`QueryList` has two constructors: one is parameterless and the other take another `QueryList` object as parameter."]]],[]]