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-21 UTC."],[[["This document outlines the `ReadModifyWriteRule` class in the Google Cloud Bigtable C++ library, detailing its role in creating atomic row update operations."],["The `ReadModifyWriteRule` class allows users to create operations for modifying data within a row, such as appending strings or incrementing integer values, in a more user friendly C++ manner."],["This library provides functions like `AppendValue` and `IncrementAmount` to generate specific modification operations for appending string values and incrementing integer values, respectively."],["The `as_proto()` functions are used for generating the underlying protobuf of the read modify write rules."],["The class supports various versions of the bigtable library from 2.11.0 up to the latest release candidate 2.37.0."]]],[]]