[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document details the `QueryOptions` class for configuring SQL query execution on the server, with version 2.16.0 as the current focus, but also lists many other available versions."],["The `QueryOptions` class is now deprecated in favor of using `google::cloud::Options`, with specific settings available like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, and `RequestTagOption`."],["`QueryOptions` provides methods to set and retrieve the query optimizer version and statistics package, the request priority, and a request tag."],["The class includes constructors for various input types including `QueryOptions const &`, `QueryOptions &&`, and `Options const &` to provide flexibility in instantiating objects."],["There are also operator methods to perform assignments and conversions to `google::cloud::Options`, such as `operator=(QueryOptions const &)` , `operator=(QueryOptions &&)`, and `operator Options() const`."]]],[]]