Bigtable can perform multiple changes to a single row atomically. This class represents 0 or more changes to apply to a single row. The changes may include setting cells (which implicitly insert the values), deleting values, etc.
[[["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-18 UTC."],[[["This page details the `SingleRowMutation` class within the Google Cloud Bigtable C++ client library, providing documentation for various versions."],["The `SingleRowMutation` class enables atomic changes to a single row in Bigtable, allowing for cell setting, value deletion, and other modifications."],["The class offers multiple constructors for creating mutations, including from a row key, an initializer list, a variadic list, or gRPC proto requests, while providing copy/move constructors and operators."],["Key methods include `emplace_back()` for adding mutations, `row_key()` for retrieving the row key, `MoveTo()` for transferring contents to gRPC request/entry objects, and `Clear()` to empty the mutation."],["The content shown contains documentation for various library versions ranging from 2.11.0 to 2.37.0-rc."]]],[]]