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"]],[["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 document outlines the `ReadModifyWriteRule` class in the Google Cloud Bigtable C++ library, detailing its role in performing atomic row updates."],["The latest version of `ReadModifyWriteRule` available is version 2.37.0-rc, with many versions ranging down to 2.11.0 also available to view."],["The class supports operations such as appending string values and incrementing integer values within specified column families and qualifiers."],["`ReadModifyWriteRule` supports constructors, move and copy assignment operators, and methods for converting to and from protobuf format."],["The `ReadModifyWriteRule` class in Bigtable C++ allows users to define and send multiple operations at once for modifying data in a single request."]]],[]]