[[["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-26 UTC."],[[["This document outlines the `CommitOptions` class for the Google Cloud Spanner C++ client library, version 2.34.0, which is used to configure options for `spanner::Client::Commit()` calls."],["`CommitOptions` is now considered deprecated in favor of using `google::cloud::Options` and setting `CommitReturnStatsOption`, `RequestPriorityOption`, or `TransactionTagOption` as needed."],["You can control if the `CommitResult` includes `CommitStats` by using `set_return_stats()` and check if it should with `return_stats()`."],["You can set the priority of the commit call using `set_request_priority()` or get the priority set with `request_priority()`, as well as set a transaction tag using `set_transaction_tag()` or get it with `transaction_tag()`."],["You can also set a max commit delay with `set_max_commit_delay()`, or you can get the delay that is set with `max_commit_delay()`."]]],[]]