Cloud Bigtable Client - Class ReadModifyWriteRowRules (2.22.0)Stay organized with collectionsSave and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Bigtable Client class ReadModifyWriteRowRules.
This is a builder class which builds read/modify/write rules specifying how
the specified rows contents are to be transformed into writes. Entries are
applied in order, meaning that earlier rules will affect the results of later
ones. This is intended to be used in combination withTable::readModifyWriteRow().
Namespace
Google \ Cloud \ Bigtable
Methods
append
Appends the value to the existing value of the cell. If targeted cell is unset,
it will be treated as containing the empty string.
Addsamountto the existing value. If the targeted cell is unset, it will be treated
as containing a zero. Otherwise, the targeted cell must containt an 8-byte value (interpreted
as a 64-bit big-endian signed integer), or the entire request will fail.
[[["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 2026-04-01 UTC."],[],[]]