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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-12 UTC."],[[["\u003cp\u003eThe content focuses on the \u003ccode\u003eCheckAndMutateRowResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, detailing its implementation and usage across various versions, from 2.2.0 up to the latest 3.17.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCheckAndMutateRowResponse\u003c/code\u003e serves as the response message for the Bigtable \u003ccode\u003eCheckAndMutateRow\u003c/code\u003e operation, indicating whether the predicate filter condition was met for the row.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring it can handle message operations, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors: a default constructor and another that accepts another \u003ccode\u003eCheckAndMutateRowResponse\u003c/code\u003e object as a parameter, allowing for object creation and copying.\u003c/p\u003e\n"],["\u003cp\u003eA key property of this class is \u003ccode\u003ePredicateMatched\u003c/code\u003e, a boolean value that indicates if the \u003ccode\u003epredicate_filter\u003c/code\u003e in the request returned any results for the specified row.\u003c/p\u003e\n"]]],[],null,[]]