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 past versions available dating back to version 2.11.0."],["The class supports constructing and moving `ReadModifyWriteRule` objects through various constructors and operators, such as `ReadModifyWriteRule(ReadModifyWriteRule &&)` and `operator=(ReadModifyWriteRule &&)`."],["The class provides functions to convert the operation to a protobuf format, using the `as_proto()` function."],["The `ReadModifyWriteRule` class enables the creation of operations to atomically append string values or increment integer values using the `AppendValue` and `IncrementAmount` static methods."]]],[]]