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"]],[["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-03-05 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."]]],[]]