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-08-14 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eSingleRowMutation\u003c/code\u003e class is 2.37.0-rc, with numerous previous versions available for reference, ranging from 2.36.0 down to 2.11.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSingleRowMutation\u003c/code\u003e class facilitates atomic changes to a single row in Bigtable, allowing for operations like setting cells, inserting values, and deleting values.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports creating mutations from various sources, including a \u003ccode\u003eRowKey\u003c/code\u003e, initializer lists, variadic lists, and gRPC protocol buffers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSingleRowMutation\u003c/code\u003e has capabilities to move its content into a \u003ccode\u003ebigtable::v2::MutateRowsRequest::Entry\u003c/code\u003e or to a \u003ccode\u003ebigtable::v2::MutateRowRequest\u003c/code\u003e, and also clear the content of a mutation.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods for manipulating mutations, such as adding mutations with \u003ccode\u003eemplace_back()\u003c/code\u003e and obtaining the row key with \u003ccode\u003erow_key() const\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]