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 details the `CheckAndMutateRowResponse` class within the `Google.Cloud.Bigtable.V2` namespace for various versions, ranging from 2.2.0 to 3.17.0, with 3.17.0 being the latest version."],["The `CheckAndMutateRowResponse` class is a response message used by the Bigtable.CheckAndMutateRow method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `CheckAndMutateRowResponse` class has one main property called `PredicateMatched`, which is a boolean indicating whether the request's `predicate_filter` produced any results."],["The page lists several versions of the class and links to their respective documentation pages, with a `CheckAndMutateRowResponse()` constructor available for creating new instances."]]],[]]