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 page details the `ReadModifyWriteRule` class in the Google Cloud Bigtable C++ client library, which is used to define operations for atomic updates to rows."],["The `ReadModifyWriteRule` class provides constructors, operators, and functions to manage and manipulate these operations for updating values."],["The page provides access to documentation for various versions of the Bigtable C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The class methods allow users to create operations such as appending a string value or incrementing an integer value within a specified column family and column qualifier."],["The `as_proto` function lets users get the filter expression as a protobuf, or move the underlying value."]]],[]]