public sealed class Entry : IMessage<MutateRowsResponse.Types.Entry>, IEquatable<MutateRowsResponse.Types.Entry>, IDeepCloneable<MutateRowsResponse.Types.Entry>, IBufferMessage, IMessage
The result of applying a passed mutation in the original request.
The result of the request Entry identified by index.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
[[["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 provided content outlines various versions of `MutateRowsResponse.Types.Entry`, ranging from version 3.17.0 down to 2.2.0, with version 3.17.0 as the latest."],["`MutateRowsResponse.Types.Entry` is a class that reports the outcome of applying a mutation from the original request, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `Entry` inherits from the `Object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It has two constructors, `Entry()` and `Entry(MutateRowsResponse.Types.Entry)`, with the latter taking another `Entry` object as a parameter."],["The `Entry` class has two key properties: `Index`, which represents the index of an entry in the original request, and `Status`, which indicates the result of the request entry."]]],[]]