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-09 UTC."],[[["This page provides reference documentation for the `QueryList` class within the Google Cloud Dataproc v1 API, detailing its usage and properties."],["The `QueryList` class is used to define a set of queries to be executed on a Dataproc cluster, with each query or multiple semicolon-separated queries being represented as strings."],["The latest version of the `QueryList` documentation is 5.17.0, and this page contains documentation for versions down to 3.1.0."],["The `QueryList` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and deep cloning."],["The `Queries` property of the `QueryList` class is a `RepeatedField` of strings that hold the actual queries to be executed, and it is required."]]],[]]