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 version 5.11.0, with links to other versions of the API."],["The `QueryList` class is used to define a list of queries to be executed on a Dataproc cluster."],["`QueryList` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for data handling and comparison."],["The `QueryList` class has a `Queries` property, which is a `RepeatedField` of strings, allowing for the specification of multiple queries to be run, with semicolons allowed for query separation."],["The documentation includes details on the `QueryList` constructors, showing how to create new instances, either empty or cloned from existing instances."]]],[]]