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."],[[["The latest version of the `SingleRowMutation` class is 2.37.0-rc, with numerous previous versions available for reference, ranging from 2.36.0 down to 2.11.0."],["The `SingleRowMutation` class facilitates atomic changes to a single row in Bigtable, allowing for operations like setting cells, inserting values, and deleting values."],["This class supports creating mutations from various sources, including a `RowKey`, initializer lists, variadic lists, and gRPC protocol buffers."],["`SingleRowMutation` has capabilities to move its content into a `bigtable::v2::MutateRowsRequest::Entry` or to a `bigtable::v2::MutateRowRequest`, and also clear the content of a mutation."],["The class provides methods for manipulating mutations, such as adding mutations with `emplace_back()` and obtaining the row key with `row_key() const`."]]],[]]