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 document provides reference documentation for the `MutateRowsResponse` class within the Google Bigtable v2 API for .NET, specifically for version 3.4.0."],["The `MutateRowsResponse` class is the response message for the `BigtableService.MutateRows` method, used in Google Bigtable operations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key features of the class include a constructor and a `Entries` property of type `RepeatedField\u003cMutateRowsResponse.Types.Entry\u003e`, which holds results for entries from a batch request."],["The documentation includes links to various versions of the API, ranging from version 2.2.0 to the latest version, 3.17.0, for comprehensive developer reference."]]],[]]