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 document outlines the `QueryList` class, which is used to define a list of queries for execution within the Google Cloud Dataproc V1 environment, with the most recent version at 5.17.0, and the oldest version listed at 3.1.0."],["The `QueryList` class is part of the `Google.Cloud.Dataproc.V1` namespace and is implemented in the `Google.Cloud.Dataproc.V1.dll` assembly."],["`QueryList` supports various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `Queries` property of the `QueryList` class, of type `RepeatedField\u003cstring\u003e`, is used to store and manage the list of queries that will be executed, where each query can be individually specified or multiple queries can be combined in one string using semicolons."],["The `QueryList` class includes two constructors: a default constructor and one that takes another `QueryList` object as a parameter."]]],[]]