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 provides documentation for the `CheckAndMutateRowResponse` class within the `Google.Cloud.Bigtable.V2` namespace, detailing its implementation and inheritance."],["The `CheckAndMutateRowResponse` class is a response message for the Bigtable `CheckAndMutateRow` operation, with a `PredicateMatched` property to indicate if the row's filter yielded results."],["The documentation includes version history from 2.2.0 up to the latest 3.17.0 for the `CheckAndMutateRowResponse` class, with links to each version's specific details."],["The class inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the `CheckAndMutateRowResponse` constructors, including one default constructor, and another that accepts a `CheckAndMutateRowResponse` object as a parameter."]]],[]]