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 release candidate for this class is version 2.37.0-rc, with a listing of the class across different versions starting from 2.11.0 up to the latest."],["The `ReadModifyWriteRule` class supports constructing operations like appending a string value using `AppendValue` or incrementing an integer value using `IncrementAmount`, in addition to defining its parameter types."],["The class allows retrieval of the underlying protocol buffer using `as_proto()`, providing both constant and move-out access to this data."],["It has constructors and operators to work with a `ReadModifyWriteRule` type, as well as the ability to define the operations on a `family_name`, `column_qualifier`, `value` and `amount`."]]],[]]