public sealed class MutateRowsRequest.Types.Entry : IMessage<MutateRowsRequest.Types.Entry>, IEquatable<MutateRowsRequest.Types.Entry>, IDeepCloneable<MutateRowsRequest.Types.Entry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class MutateRowsRequest.Types.Entry.
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 webpage provides documentation for the `MutateRowsRequest.Types.Entry` class within the Google Bigtable v2 API, detailing its structure and functionality across multiple versions."],["`MutateRowsRequest.Types.Entry` represents a mutation operation for a specific row in Bigtable, allowing for atomic changes."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can be used with various protobuf and .NET functionalities."],["The class exposes `Mutations` property, which is a `RepeatedField` containing the changes to be applied, and `RowKey` property, a `ByteString` representing the key of the row to be mutated."],["The page lists various versions of this API, starting from version 2.2.0 up to the latest 3.17.0, with the focus being on version 3.11.0, which is presented in the main body of the content."]]],[]]