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-04-17 UTC."],[[["This webpage provides reference documentation for the `CheckAndMutateRowResponse` class in the Google Bigtable v2 API, specifically within the .NET environment, with the most recent version at 3.17.0, and the version on display being 3.15.0."],["The `CheckAndMutateRowResponse` class is a response message for Bigtable.CheckAndMutateRow and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CheckAndMutateRowResponse` class includes a `PredicateMatched` property, which is a boolean value indicating whether the request's `predicate_filter` found any results for the specified row."],["The webpage details a list of all the available versions of `CheckAndMutateRowResponse`, which spans from version 3.17.0 all the way back to version 2.2.0."]]],[]]