public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessage
[[["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 details the `MutateRowsResponse` class within the `Google.Cloud.Bigtable.V2` namespace, presenting documentation for various versions ranging from 2.2.0 to 3.17.0, with 3.17.0 being the latest version."],["`MutateRowsResponse` is a response message for the `BigtableService.MutateRows` operation, representing the result of a batch request and inheriting properties from `Object`, while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `MutateRowsResponse` class has two constructors, a parameterless constructor, and another one that accepts `MutateRowsResponse` as an argument."],["The class contains a single property named `Entries`, which is a `RepeatedField` of type `MutateRowsResponse.Types.Entry` and holds the results of the batch request."]]],[]]