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 reference documentation for the `CheckAndMutateRowResponse` class in the Google Bigtable v2 API, specifically within the .NET environment."],["The `CheckAndMutateRowResponse` class is a response message for the `Bigtable.CheckAndMutateRow` operation, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `PredicateMatched`, which is a boolean indicating if the request's `predicate_filter` found any matching results for the specified row."],["Multiple versions of the documentation are available, ranging from version 2.2.0 up to the latest version, 3.17.0, where each one corresponds to a specific version of the API."],["The current version being described in full on this webpage is version 3.13.0, along with information on how to interact with it."]]],[]]