[[["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-14 UTC."],[[["This page details the `ClientOptions` class in the Google Cloud Spanner C++ client library, which allows users to configure various settings for `Client` instances."],["The `ClientOptions` class is deprecated; the recommended approach is to use `google::cloud::Options` along with specific options like `QueryOptimizerVersionOption` and `RequestPriorityOption`."],["The latest version available is 2.37.0-rc, and a list of previous versions going back to 2.11.0 are also available."],["`ClientOptions` can be converted to the new `google::cloud::Options` format using the `operator Options()` function."],["The class includes methods for getting and setting `QueryOptions`, which can be retrieved using the `query_options()` and set using the `set_query_options()` functions."]]],[]]