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."],[[["This webpage provides documentation for the `QueryList` class within the Google Cloud Dataproc v1 API, specifically for version 5.8.0 and other versions ranging from 3.1.0 to the latest, 5.17.0."],["`QueryList` is a class used to specify a collection of queries to be executed on a Google Cloud Dataproc cluster, implementing interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `QueryList` class contains a `Queries` property, which is a `RepeatedField` of strings, representing the actual queries to be run, and the queries don't require a semicolon at the end, as they can be separated by them."],["The webpage provides a list of all versions of this class, going back to version 3.1.0 and up to the latest, version 5.17.0, each with their own link to the documentation of that specific version."]]],[]]