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