public sealed class MutateRowsResponse : IMessage<MutateRowsResponse>, IEquatable<MutateRowsResponse>, IDeepCloneable<MutateRowsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsResponse.
[[["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 page provides reference documentation for the `MutateRowsResponse` class within the Google Bigtable v2 API for .NET, specifically detailing its structure and usage."],["The `MutateRowsResponse` class is part of the `Google.Cloud.Bigtable.V2` namespace and is used as a response message for the `BigtableService.MutateRows` method."],["The document lists multiple versions of the Google Bigtable v2 API for .NET, ranging from version 2.2.0 up to the latest version of 3.17.0, providing links to the documentation of each."],["The `MutateRowsResponse` class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property of the `MutateRowsResponse` class is `Entries`, which is a `RepeatedField` that contains results from the batch request, containing one or more instances of `MutateRowsResponse.Types.Entry`."]]],[]]