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 page details the `SingleRowMutation` class in the Google Cloud Bigtable C++ client library, used for atomically applying multiple changes to a single row in a Bigtable database."],["The `SingleRowMutation` class supports several constructors, including creating mutations from a row key, an initializer list, a variadic list of mutations, or directly from gRPC proto representations."],["It contains methods to manipulate the mutation, including adding (`emplace_back`) or removing (`Clear`) mutations, as well as methods to retrieve the row key and converting it into gRPC proto format to be sent to the server (`MoveTo`)."],["Multiple versions of the documentation are listed, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The class also supports move and copy operators, using `operator=`, to manage the internal data and resources of the `SingleRowMutation` object."]]],[]]