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 document outlines the `SingleRowMutation` class within the Google Cloud Bigtable C++ client library, which is used to represent a series of atomic changes applied to a single row in a Bigtable."],["The latest version of `SingleRowMutation` is represented by version 2.37.0-rc, and there are multiple other versions available, ranging back to 2.11.0, each with its own dedicated documentation link."],["The `SingleRowMutation` class supports various constructors, including those for creating an empty mutation, initializing from lists or variadic arguments, and converting from gRPC proto representations."],["The class also provides several operators and functions, including assignment operators, `emplace_back` for adding mutations, `row_key()` for accessing the row key, `MoveTo()` for transferring contents to gRPC request objects, and `Clear()` for removing all contents."],["Each version listed represents a link to the documentation of the class `SingleRowMutation` for that particular version."]]],[]]