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 within the Google Cloud Bigtable C++ client library, used for atomically applying multiple changes to a single row in a Bigtable."],["The `SingleRowMutation` class supports various constructors, including creating mutations from a row key, initializer lists, variadic lists, and gRPC protocol buffer objects, enabling flexible mutation creation."],["It includes `operator=` for assignment, `emplace_back` to add a `Mutation`, `row_key` to get the row key, `MoveTo` methods for transferring data to gRPC request objects, and `Clear` for removing all mutations."],["The page provides access to documentation for multiple versions of the Bigtable C++ client library, ranging from version 2.11.0 to the release candidate 2.37.0-rc, allowing developers to refer to the documentation for their specific library version."]]],[]]