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-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e class in Cloud Bigtable C++ provides a way to define operations for performing atomic updates on rows, like incrementing values or appending strings.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports multiple versions of the API, with the latest being version 2.37.0-rc, and links are provided to access the documentation for versions ranging from 2.11.0 up to the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains constructors and assignment operators for managing \u003ccode\u003eReadModifyWriteRule\u003c/code\u003e objects, supporting both move and copy semantics.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides functions to convert the defined operation to a protobuf representation, using \u003ccode\u003eas_proto()\u003c/code\u003e, which can either return a constant reference or move out the value.\u003c/p\u003e\n"],["\u003cp\u003eStatic methods \u003ccode\u003eAppendValue\u003c/code\u003e and \u003ccode\u003eIncrementAmount\u003c/code\u003e allow for creating operations that append a string or increment an integer, respectively, defining the target column family, qualifier, and value or increment amount.\u003c/p\u003e\n"]]],[],null,[]]