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."],[[["This webpage details the `CheckAndMutateRowResponse` class within the `Google.Cloud.Bigtable.V2` namespace for .NET, specifically focusing on version 2.4.0, while providing documentation and links to older versions."],["The `CheckAndMutateRowResponse` class is a message used for responses in Bigtable's `CheckAndMutateRow` operations."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes one property, `PredicateMatched`, which is a boolean indicating if the request's `predicate_filter` found any results."],["There is documentation on the constructor, in which an object of type `CheckAndMutateRowResponse` can be created, or can be created by copying data from another `CheckAndMutateRowResponse` object."]]],[]]