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.5.0 and offering a comprehensive view of all the previous versions."],["The `CheckAndMutateRowResponse` class is the designated message type for handling responses from Bigtable's `CheckAndMutateRow` operations and the latest version of the response type being version 3.17.0."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse functionalities like message handling, equality comparisons, deep cloning, and buffered messaging."],["The class includes a `PredicateMatched` property of type boolean that indicates if the request's `predicate_filter` found any results."],["The page covers a range of versions for the response type, from 2.2.0 up to the most recent 3.17.0, with links to each version's documentation for the response type."]]],[]]