[[["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 for the Google Cloud Spanner C++ client library, detailing its usage for setting options on `spanner::Client::Commit()` calls."],["`CommitOptions` is being deprecated in favor of using `google::cloud::Options` alongside `CommitReturnStatsOption`, `RequestPriorityOption`, and `TransactionTagOption`."],["Users can configure whether a `CommitResult` should contain `CommitStats` through `set_return_stats()` and check this setting via `return_stats()`."],["The class provides methods to set and retrieve the priority of a `spanner::Client::Commit()` call with `set_request_priority()` and `request_priority()`."],["There are methods available to set, retrieve and ignore the transaction tag for `spanner::Client::Commit()`, via `set_transaction_tag()` and `transaction_tag()`."]]],[]]