Define the interfaces to create ReadWriteModifyRule operations.
Cloud Bigtable has operations to perform atomic updates to a row, such as incrementing an integer value or appending to a string value. The changes are represented by a ReadModifyWriteRule operations. One or much such operations can be sent in a single request. This class helps users create the operations through a more idiomatic C++ interface.
[[["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 webpage details the `ReadModifyWriteRule` class within the Google Cloud Bigtable C++ client library, which facilitates atomic updates to a row."],["The content provides access to documentation for multiple versions of `ReadModifyWriteRule`, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The class allows for creating operations like appending a string value or incrementing an integer value through its `AppendValue` and `IncrementAmount` static functions."],["`ReadModifyWriteRule` includes methods to interface with the underlying protobuf representation, such as `as_proto() const &` and `as_proto() &&`, as well as copy and move constructors and assignment operators."],["The core function of the `ReadModifyWriteRule` class is to define operations that perform atomic updates on Bigtable data, which can be composed together into single requests."]]],[]]