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 webpage provides documentation for the `CheckAndMutateRowResponse` class within the `Google.Cloud.Bigtable.V2` namespace, specifically detailing its implementation in various versions from 2.2.0 to 3.17.0."],["`CheckAndMutateRowResponse` is a class used in the Google Cloud Bigtable service, representing the response received from a `CheckAndMutateRow` operation."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for object comparison, deep cloning, and message handling."],["The class contains one key public property `PredicateMatched`, which is a boolean indicating if the predicate filter yielded results."],["The documentation provides details on the class's constructors, including a default constructor and a copy constructor that accepts another `CheckAndMutateRowResponse` object as a parameter."]]],[]]