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-09 UTC."],[[["This webpage details the `SingleRowMutation` class within the Google Cloud Bigtable C++ client library, providing documentation for different versions."],["The `SingleRowMutation` class represents a set of changes to be applied atomically to a single row in a Bigtable database, including setting or deleting cell values."],["This class supports multiple constructors to create row mutations, from simple empty mutations, initializer lists, variadic lists, or gRPC proto objects."],["The `SingleRowMutation` class offers various functions like `emplace_back`, `row_key`, `MoveTo`, and `Clear` to manage and modify the mutation's contents."],["The webpage includes versions ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, with each version providing a link to its respective documentation for the `SingleRowMutation` class."]]],[]]