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-17 UTC."],[[["This page provides documentation for the `QueryList` class within the Google Cloud Dataproc v1 API, specifically for .NET development, detailing its use in managing a list of queries for cluster execution."],["The documentation covers a range of versions for the `QueryList` class, from version 3.1.0 to the latest version 5.17.0, and provides links to each version's specific documentation."],["`QueryList` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, with inherited members such as `GetHashCode`, `GetType`, and `ToString` being noted."],["The class `QueryList` is defined within the `Google.Cloud.Dataproc.V1` namespace and is part of the `Google.Cloud.Dataproc.V1.dll` assembly."],["The `QueryList` class has a `Queries` property, which is a `RepeatedField` of strings, allowing for multiple queries to be specified for execution, and demonstrates how it is utilized in a `HiveJob` within the Dataproc API."]]],[]]