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-14 UTC."],[[["This document outlines the `SingleRowMutation` class in the Google Cloud Bigtable C++ client library, detailing its functionality for atomically applying changes to a single row."],["The latest version of the `SingleRowMutation` class is version `2.37.0-rc`, and the document provides links to documentation for multiple versions, ranging from `2.11.0` up to the latest."],["The `SingleRowMutation` class allows creating mutations from various sources, including `RowKey`, initializer lists, variadic lists, and gRPC proto messages."],["The class provides methods to manipulate the row mutation, such as `emplace_back()` to add a mutation, `row_key()` to retrieve the row key, `MoveTo()` to transfer contents, and `Clear()` to remove the contents."],["The document includes a summary of the different constructors and operators available to create and manage instances of the SingleRowMutation class."]]],[]]