[[["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-02 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."]]],[]]