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-04-17 UTC."],[[["This document provides reference documentation for the `EntityMappingLogEntry` class within the Google Cloud Database Migration v1 API."],["`EntityMappingLogEntry` represents a single record of a rule used for mapping, with details like `MappingComment`, `RuleId`, and `RuleRevisionId`."],["The class `EntityMappingLogEntry` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from `object`."],["The latest version of the documentation is 2.5.0, and previous versions are available going back to 1.0.0."],["The class has two constructors, a default constructor, and a copy constructor, that take an `EntityMappingLogEntry` as parameter."]]],[]]