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."],[[["This webpage details the `Entry` class within the `Google.Cloud.Bigtable.V2` namespace, specifically version 2.3.0 of the library, which is used for defining mutations for a specific row in Google Cloud Bigtable."],["The `Entry` class is a part of the `MutateRowsRequest.Types` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing row mutations."],["The latest version available for `MutateRowsRequest.Types.Entry` is 3.17.0, and there are multiple older versions listed, including 3.16.0, 3.15.0, and downwards to 2.2.0, showing the version history of this class."],["The class features two constructors, `Entry()` and `Entry(MutateRowsRequest.Types.Entry other)`, and two key properties: `Mutations`, a `RepeatedField` of `Mutation` objects specifying changes to be applied, and `RowKey`, a `ByteString` representing the row key for the mutations."]]],[]]