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 within the Google Cloud Bigtable C++ library, providing a way to manage atomic changes to a single row in a Bigtable database."],["The `SingleRowMutation` class supports multiple constructors, allowing for the creation of mutations from a row key, initializer lists, variadic lists, or gRPC proto objects."],["It provides functions such as `emplace_back` to add mutations, `row_key()` to retrieve the row key, `MoveTo` to transfer the contents to a gRPC request, and `Clear()` to remove the mutations."],["The document lists the available versions of the class, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The document provides detailed parameter and return type information for each of the constructors, operators and functions within the `SingleRowMutation` class."]]],[]]