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."],[[["This webpage provides documentation for the `EntityMappingLogEntry` class within the Google Cloud Database Migration v1 API, specifically version 2.4.0, with links to other versions ranging from 1.0.0 to 2.5.0."],["The `EntityMappingLogEntry` class represents a record of a rule used for mapping and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and includes constructors for creating new `EntityMappingLogEntry` objects, either default or by cloning another instance."],["The `EntityMappingLogEntry` class contains three key properties: `MappingComment`, `RuleId`, and `RuleRevisionId`, all of which are strings representing the comment, the rule that triggered the log entry, and the rule's revision ID respectively."]]],[]]