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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page details the `SingleRowMutation` class in the Google Cloud Bigtable C++ client library, which is used to represent and perform atomic changes to a single row within a Bigtable."],["The class provides several constructors to create a `SingleRowMutation` object, including those taking a row key, initializer lists, variadic lists, and gRPC proto objects as inputs."],["`SingleRowMutation` objects can be moved or copied using provided move and copy constructors, along with move and copy assignment operators."],["The `emplace_back()` function is used to add mutations to a `SingleRowMutation` instance, and functions like `MoveTo()` can transfer the mutation to a gRPC proto object for sending to the server."],["The `row_key()` method is available for retrieving the associated row key, and the `Clear()` method is provided for clearing the contents of the mutation, also a variety of versions of this class are available to view, up to the latest one, 2.37.0-rc."]]],[]]