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, with the current version being 3.2.0, however it also includes versions as early as 2.2.0, as well as the latest 3.17.0."],["The `CheckAndMutateRowResponse` class is a response message used by the Bigtable.CheckAndMutateRow function, which implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class and includes properties such as `PredicateMatched`, which is a boolean indicating whether the request's predicate filter matched any row results."],["The webpage also lists the available constructors for `CheckAndMutateRowResponse`, including a default constructor and one that accepts another `CheckAndMutateRowResponse` instance as a parameter."],["The documentation provides details on the namespace (`Google.Cloud.Bigtable.V2`) and assembly (`Google.Cloud.Bigtable.V2.dll`) associated with this class."]]],[]]