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."],[[["This webpage provides documentation for the `CheckAndMutateRowResponse` class within the Google Bigtable v2 API, specifically for .NET development."],["The content covers the class's inheritance, implementing interfaces (`IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`), and its inherited members."],["There are multiple versions of `CheckAndMutateRowResponse` class, from version 2.2.0 up to 3.17.0 (latest), available for reference, and the default selected one being 3.5.0."],["The `CheckAndMutateRowResponse` class has a constructor with no parameters, and one that can be used to create a copy of another `CheckAndMutateRowResponse` instance."],["The main property of the `CheckAndMutateRowResponse` class is `PredicateMatched`, which indicates whether a row has matched a request's predicate filter."]]],[]]