public sealed class CheckAndMutateRowResponse : IMessage<CheckAndMutateRowResponse>, IEquatable<CheckAndMutateRowResponse>, IDeepCloneable<CheckAndMutateRowResponse>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["The content focuses on the `CheckAndMutateRowResponse` class within the `Google.Cloud.Bigtable.V2` namespace, detailing its implementation and usage across various versions, from 2.2.0 up to the latest 3.17.0."],["`CheckAndMutateRowResponse` serves as the response message for the Bigtable `CheckAndMutateRow` operation, indicating whether the predicate filter condition was met for the row."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can handle message operations, equality checks, deep cloning, and buffer management."],["It includes two constructors: a default constructor and another that accepts another `CheckAndMutateRowResponse` object as a parameter, allowing for object creation and copying."],["A key property of this class is `PredicateMatched`, a boolean value that indicates if the `predicate_filter` in the request returned any results for the specified row."]]],[]]