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."],[[["The latest version of the `MutateRowsResponse` documentation is 3.17.0, and the page covers versions ranging from 2.2.0 to 3.17.0."],["`MutateRowsResponse` is a response message for `BigtableService.MutateRows` within the Google Cloud Bigtable V2 library."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling message operations."],["The class has constructors for default initialization and copying from another `MutateRowsResponse` instance."],["The `Entries` property contains a `RepeatedField` that stores results from the batch request, represented as a collection of `MutateRowsResponse.Types.Entry`."]]],[]]