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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document details the `ReadModifyWriteRule` class in the Google Cloud Bigtable C++ client library, which facilitates atomic updates to a row, such as incrementing integers or appending to strings."],["The document outlines the available versions of the `ReadModifyWriteRule` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ReadModifyWriteRule` class offers methods to create operations like `AppendValue` for string concatenation and `IncrementAmount` for atomic integer increments, each having defined parameters and return types."],["The class includes constructors and operators for managing `ReadModifyWriteRule` objects, such as copy, move, and assignment operations."],["The `as_proto()` function allows retrieving the filter expression as a protobuf, either as a constant reference or by moving the underlying value."]]],[]]