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-21 UTC."],[[["This page details the `SingleRowMutation` class within the Google Cloud Bigtable C++ client library, covering versions from 2.11.0 to 2.37.0-rc."],["The `SingleRowMutation` class is used to define a set of changes to be applied atomically to a single row in a Bigtable database, including setting, inserting, or deleting cells."],["The class provides multiple constructors to create row mutations from different sources, including row keys, initializer lists, variadic lists, and gRPC proto entries and requests."],["Key functionalities of `SingleRowMutation` include the ability to add mutations, retrieve the row key, move the mutation contents to a `MutateRowsRequest::Entry` or `MutateRowRequest`, and clear the mutation contents."],["The latest version of the `SingleRowMutation` class is `2.37.0-rc`."]]],[]]