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, which enables atomic changes to a single row in Bigtable, including setting cells and deleting values."],["The latest version of this class is 2.37.0-rc, with a history of versions back to 2.11.0, all available via the provided links."],["`SingleRowMutation` can be constructed with a row key, an initializer list, a variadic list of mutations, or from gRPC proto objects like `MutateRowsRequest::Entry` and `MutateRowRequest`."],["The class provides methods for managing the mutation, such as `emplace_back()` to add a mutation, `row_key()` to get the row key, `MoveTo()` to transfer contents to gRPC requests, and `Clear()` to remove all contents."],["There are numerous operators that are available for this class, including `operator=` and different constructors that allow for the manipulation of `SingleRowMutation`."]]],[]]