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-05 UTC."],[[["This document outlines the `SingleRowMutation` class, which is used to represent multiple atomic changes to a single row in Bigtable."],["The class supports creating row mutations from various sources, including a row key, initializer lists, variadic lists, and gRPC protocol buffers."],["`SingleRowMutation` objects can be constructed, assigned, and moved using copy and move constructors, and it supports the usage of various operators."],["The `emplace_back()` function can be used to add mutations to the `SingleRowMutation`, as well as the ability to retrieve the row key."],["The `MoveTo()` function transfers the contents of a `SingleRowMutation` to gRPC objects and `Clear()` is used to remove all contents."]]],[]]