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-04-17 UTC."],[[["This page provides documentation for the `SingleRowMutation` class in the Google Cloud Bigtable C++ library, detailing its functionalities for managing changes to a single row."],["The `SingleRowMutation` class enables performing multiple atomic changes to a single row in Bigtable, including setting cells, inserting values, and deleting data."],["The page lists various versions of the Bigtable C++ library, with version 2.37.0-rc being the latest, and 2.35.0 is the current selected version."],["`SingleRowMutation` class can be constructed from various sources, such as `RowKey`, initializer lists, variadic lists, and gRPC protocol buffer types."],["The page includes information on several operators and functions of the SingleRowMutation class, including move and copy assignment operators, `emplace_back`, `row_key`, `MoveTo`, and `Clear` methods."]]],[]]