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