public sealed class Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage
Required. Changes to be atomically applied to the specified row. Mutations are
applied in order, meaning that earlier mutations can be masked by
later ones.
You must specify at least one mutation.
[[["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 available for `MutateRowsRequest.Types.Entry` is 3.17.0, with multiple previous versions available for reference."],["`MutateRowsRequest.Types.Entry` is a class used for defining mutations to be applied to a row in Google Cloud Bigtable."],["This `Entry` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `Entry` class has properties for `Mutations`, a `RepeatedField` of `Mutation` types, and `RowKey`, a `ByteString` representing the key of the row for mutations."],["`Entry` instances can be constructed either with an empty constructor or by providing another `MutateRowsRequest.Types.Entry` instance."]]],[]]