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, used for defining atomic update operations on rows."],["The latest version of `ReadModifyWriteRule` available is version 2.37.0-rc, with many earlier versions also available such as 2.16.0 and 2.36.0."],["`ReadModifyWriteRule` objects can be constructed, copied, moved, and assigned, and it also supports conversion to and from its protobuf representation."],["The class offers static methods `AppendValue` and `IncrementAmount` for creating operations that append a string value or increment an integer value, respectively."]]],[]]