[[["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-09 UTC."],[[["This document outlines the `CommitOptions` class used to configure `spanner::Client::Commit()` calls, which is currently deprecated in favor of using `google::cloud::Options`."],["The `CommitOptions` class allows setting whether the `CommitResult` should include `CommitStats`, via the `set_return_stats` and `return_stats` functions."],["Users can configure the priority of the `spanner::Client::Commit()` call with `set_request_priority` and `request_priority` functions."],["Transaction tags can be set for `spanner::Client::Commit()` calls, excluding overloads that already take a `spanner::Transaction`, using the `set_transaction_tag` and `transaction_tag` functions."],["The maximum commit delay can be set using `set_max_commit_delay` and retrieved with `max_commit_delay`."]]],[]]