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, which facilitates the creation of operations for atomic updates to rows in Cloud Bigtable."],["The `ReadModifyWriteRule` class supports operations such as incrementing integer values and appending string values, allowing for a set of atomic operations in a single request."],["It includes constructors, operators, and functions to create and manipulate `ReadModifyWriteRule` objects, which can then be expressed as protobuf values."],["The `AppendValue` and `IncrementAmount` functions provide static methods to construct specific operations for appending strings and incrementing integers, respectively."],["This page also includes a list of past versions, and the current latest release, which can be selected from to view the documentation relevant to that release."]]],[]]