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 Cloud Bigtable C++ library, focusing on its role in performing atomic row updates."],["The latest version of `ReadModifyWriteRule` available is version 2.37.0-rc, with many earlier versions also available for reference, ranging from version 2.36.0 down to 2.11.0."],["The class offers constructors and assignment operators for creating and managing `ReadModifyWriteRule` objects."],["It provides methods to generate protocol buffer representations (`as_proto()`) for integration with the Bigtable service."],["Static functions like `AppendValue` and `IncrementAmount` allow for the creation of operations to append strings or increment integer values within specified column families and qualifiers."]]],[]]