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 details the `SingleRowMutation` class in the Google Cloud Bigtable C++ client library, which is used to represent and perform atomic changes to a single row within a Bigtable."],["The class provides several constructors to create a `SingleRowMutation` object, including the capability to start with an empty mutation or to populate it with changes from a list, or variadic parameters, and to use gRPC proto entries or requests."],["There are multiple operators and functions offered by the class, such as `operator=`, `emplace_back`, `row_key`, `MoveTo`, and `Clear` to manipulate and manage the row mutation, as well as moving the content to gRPC request or entries."],["The documentation provided covers version history of the library, ranging from version `2.11.0` to the most recent release candidate `2.37.0-rc`, allowing you to track the library's evolution."],["The version `2.29.0` is the specific documentation of the library that is being presented and navigated, according to the title of the page."]]],[]]