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 document outlines the `SingleRowMutation` class within the Google Cloud Bigtable C++ client library, which is used to represent and perform multiple atomic changes on a single row in a Bigtable."],["The latest available version of `SingleRowMutation` is 2.37.0-rc, and the page also lists versions ranging from 2.36.0 down to 2.11.0, allowing developers to find the appropriate version documentation."],["`SingleRowMutation` supports various constructors for creating mutations, including creating empty mutations, from initializer lists, variadic lists, and from gRPC protocol buffer objects like `MutateRowsRequest::Entry` and `MutateRowRequest`."],["The class provides functions like `emplace_back()` to add mutations, `row_key()` to retrieve the row key, `MoveTo()` to transfer contents to gRPC request entries, and `Clear()` to remove all mutation contents."],["`SingleRowMutation` also supports move and copy constructors and assignment operators for flexible object management."]]],[]]