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.
Information about how client should limit the rate (QPS). Primirily used by
supported official Cloud Bigtable clients. If unset, the rate limit info is
not provided by the server.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `MutateRowsResponse` class within the Google Bigtable v2 API, specifically for .NET developers."],["The `MutateRowsResponse` class is a response message for the `BigtableService.MutateRows` method, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The available versions for this documentation are listed, ranging from the latest version 3.17.0 down to version 2.2.0, with version 3.15.0 currently selected."],["The class includes a `RepeatedField` property named `Entries` which provides the results for the batch request and a `RateLimitInfo` property which gives information on how the client should limit the request rate."],["The `MutateRowsResponse` has two constructors: one default constructor (`MutateRowsResponse()`), and another that takes in a `MutateRowsResponse` object for copy construction (`MutateRowsResponse(MutateRowsResponse other)`)."]]],[]]