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