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 page provides documentation for the `SingleRowMutation` class in the Google Cloud Bigtable C++ client library, detailing its functionality for atomically applying multiple changes to a single row."],["The `SingleRowMutation` class supports various constructors, including creating mutations from a row key, initializer lists, variadic lists, and gRPC protos."],["The class offers functions for adding mutations, retrieving the row key, moving contents to gRPC request objects, and clearing existing mutations."],["The page lists the documentation for multiple versions of the Bigtable client, ranging from 2.11.0 to 2.37.0-rc, with 2.37.0-rc being the latest release candidate."],["The operators available for this class are assignment operators for both move semantics and copy semantics."]]],[]]