public sealed class CheckAndMutateRowResponse : IMessage<CheckAndMutateRowResponse>, IEquatable<CheckAndMutateRowResponse>, IDeepCloneable<CheckAndMutateRowResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class CheckAndMutateRowResponse.
[[["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 latest version of the `CheckAndMutateRowResponse` API is 3.17.0, with version 3.8.0 also being listed among the available versions."],["`CheckAndMutateRowResponse` is a class within the `Google.Cloud.Bigtable.V2` namespace and serves as the response message for the Bigtable.CheckAndMutateRow API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization."],["The `CheckAndMutateRowResponse` class has two constructors: a default one and one that accepts another `CheckAndMutateRowResponse` object for copying."],["It includes a property `PredicateMatched` of type `bool`, indicating whether the request's `predicate_filter` returned results for a row."]]],[]]