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 provides a version history and reference for `QueryList` within the `Google.Cloud.Dataproc.V1` namespace, detailing versions from 3.1.0 up to the latest 5.17.0."],["`QueryList` is a class used to define a list of queries for execution on a Dataproc cluster, implementing various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `QueryList` class has two constructors, a default one and one that takes another `QueryList` object as a parameter for creating a copy."],["The primary property of `QueryList` is `Queries`, which is a `RepeatedField` of strings, representing the list of queries to be executed, with each query separated by a semicolon if specifying multiple in one string."],["The document highlights that version `5.17.0` is the latest available version for `QueryList` in the context of the provided references."]]],[]]