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-21 UTC."],[[["This page details the `SingleRowMutation` class within the Google Cloud Bigtable C++ client library, covering versions from 2.20.0 to 2.37.0-rc."],["The `SingleRowMutation` class allows for atomic operations on a single row in Bigtable, including setting or deleting cells."],["Multiple constructors are available for creating `SingleRowMutation` objects, including from a `RowKey`, an initializer list of `Mutation` objects, a variadic list, or gRPC proto objects."],["The class offers methods to move its contents to gRPC request entries or clear its contents and also provides functions for adding mutations with `emplace_back`, or getting the current `row_key`."],["The page goes over multiple operators for the `SingleRowMutation` class, such as the assignment operators and more."]]],[]]