public sealed class EntityMappingLogEntry : IMessage<EntityMappingLogEntry>, IEquatable<EntityMappingLogEntry>, IDeepCloneable<EntityMappingLogEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class EntityMappingLogEntry.
A single record of a rule which was used for a mapping.
[[["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 `EntityMappingLogEntry` class, part of the Google Cloud Database Migration v1 API, represents a single record of a rule used for mapping."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffer management."],["`EntityMappingLogEntry` has properties such as `MappingComment`, `RuleId`, and `RuleRevisionId`, which provide details about the mapping comment, the associated rule's ID, and the rule's revision ID, respectively."],["The latest version is 2.5.0, and the documentation provides access to previous versions dating back to 1.0.0, making it simple to navigate between versions of the documentation."]]],[]]