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."],[[["The provided content details the `QueryList` class within the Google Cloud Dataproc v1 API, which is used to define a set of queries to run on a cluster."],["Version 5.17.0 is the latest version of the API, and the content offers version-specific documentation for `QueryList` ranging from version 3.1.0 up to version 5.17.0."],["The `QueryList` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `Queries` property of the `QueryList` class, is of type `RepeatedField\u003cstring\u003e`, and holds the list of strings representing queries to be executed, which are separated by semicolons."],["Two constructors are available for `QueryList`, one taking in no arguments and another taking in a `QueryList` object as an argument."]]],[]]