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 provides documentation for the `SingleRowMutation` class in the Google Cloud Bigtable C++ client library, with links to various version documentation."],["The `SingleRowMutation` class allows for performing multiple atomic changes to a single row in Bigtable, including setting cells and deleting values."],["The class provides several constructors to create `SingleRowMutation` objects, including options for empty mutations, initializer lists, variadic lists, and gRPC proto conversions."],["`SingleRowMutation` objects can be modified via `emplace_back()` to add mutations and it is possible to access the row key and move the mutation contents to different gRPC proto messages."],["There are functions available, like `Clear()` and `MoveTo()` to help manipulate the `SingleRowMutation` object."]]],[]]