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 reference documentation for the `QueryList` class within the Google Cloud Dataproc v1 API, specifically highlighting version 5.10.0."],["`QueryList` is a class used to define a collection of queries to be executed on a Dataproc cluster, as outlined in the provided example of how it is utilized in a HiveJob within the API."],["The webpage lists all available versions of the `QueryList` documentation from version 3.1.0 up to the latest version, 5.17.0, with links to each version's specific documentation."],["The `QueryList` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, meaning the class can be used to define messages that can be compared, cloned, or written to buffers."],["The `QueryList` class has a single notable property called `Queries`, which is a required field that contains a list of strings, where each string represents a query to be executed."]]],[]]