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, used as a response message for Bigtable's `CheckAndMutateRow` function."],["The latest version available for the `CheckAndMutateRowResponse` is version 3.17.0, with multiple older versions also accessible, going back to version 2.2.0."],["The `CheckAndMutateRowResponse` class inherits from `Object` and implements `IMessage\u003cCheckAndMutateRowResponse\u003e`, `IEquatable\u003cCheckAndMutateRowResponse\u003e`, `IDeepCloneable\u003cCheckAndMutateRowResponse\u003e`, `IBufferMessage`, and `IMessage`."],["This class includes one constructor, either default or taking another `CheckAndMutateRowResponse` as a parameter, and it has a property, `PredicateMatched`, which is a boolean indicating whether the predicate filter yielded results."]]],[]]