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 outlines the `ReadModifyWriteRule` class in the Google Cloud Bigtable C++ client library, which facilitates atomic updates to a row."],["The latest version of `ReadModifyWriteRule` available is version 2.37.0-rc, with many earlier versions also available such as 2.19.0 which is the current version."],["The class defines interfaces for creating operations to modify data within a Bigtable row, such as appending to strings or incrementing integer values."],["The `ReadModifyWriteRule` class provides constructors, assignment operators, and functions like `as_proto()` to work with the underlying protocol buffer representation."],["Static functions `AppendValue` and `IncrementAmount` allow for the creation of specific string appending or integer incrementing operations, respectively, within a specified column family and qualifier."]]],[]]