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-05 UTC."],[[["This documentation outlines the `ReadModifyWriteRule` class in the Google Cloud Bigtable C++ library, detailing its role in performing atomic updates to rows."],["The `ReadModifyWriteRule` class facilitates creating operations to modify data in Cloud Bigtable, such as incrementing integer values or appending to string values, with support for sending multiple operations in a single request."],["The class provides constructors for copy and move operations, along with assignment operators, allowing flexible management of `ReadModifyWriteRule` objects."],["The `as_proto()` function allows for retrieving the underlying protobuf representation of the `ReadModifyWriteRule` object, supporting both const and non-const use cases."],["Static methods like `AppendValue` and `IncrementAmount` offer a user-friendly interface for creating operations to append a string or increment an integer, respectively, within a specified family name and column qualifier."]]],[]]