[[["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-02 UTC."],[[["This page provides documentation for `ClientOptions` in various versions of the Google Cloud Spanner C++ library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["`ClientOptions` allows users to configure options when creating a `Client` instance in older library versions, though it is now deprecated."],["The current recommendation is to use `google::cloud::Options` instead of `ClientOptions`, setting options like `QueryOptimizerVersionOption`, `QueryOptimizerStatisticsPackageOption`, `RequestPriorityOption`, or `RequestTagOption` as needed."],["`ClientOptions` can be converted to `google::cloud::Options`, the preferred method for setting options, using the `operator Options() const` function."],["The documentation also provides details on constructors, operators, and functions like `query_options() const` and `set_query_options(QueryOptions)` that are available within `ClientOptions`."]]],[]]