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-14 UTC."],[[["This document outlines the `SingleRowMutation` class, which manages atomic changes to a single row in Bigtable."],["The class can be constructed with a row key, an initializer list of mutations, a variadic list of mutations, or from gRPC proto objects."],["`SingleRowMutation` supports operations such as setting cells, deleting values, and clearing existing mutations, allowing multiple changes to be applied atomically."],["The `SingleRowMutation` class also has methods to convert to `MutateRowsRequest::Entry` or `MutateRowRequest` gRPC proto objects."],["This document also displays a list of available versions ranging from 2.11.0 up to 2.37.0-rc, with the latest being 2.37.0-rc."]]],[]]