public sealed class ObjectNameMapping : IMessage<ObjectNameMapping>, IEquatable<ObjectNameMapping>, IDeepCloneable<ObjectNameMapping>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ObjectNameMapping.
Represents a key-value pair of NameMappingKey to NameMappingValue to
represent the mapping of SQL names from the input value to desired output.
[[["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 `ObjectNameMapping` class within the BigQuery Migration v2 API provides a structure for mapping SQL names between input and desired output values, functioning as a key-value pair."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its capabilities for message handling, comparison, cloning, and buffer operations."],["The `ObjectNameMapping` class includes properties such as `Source`, which is of type `NameMappingKey`, representing the original name, and `Target`, of type `NameMappingValue`, representing the intended new name."],["The latest version of the `ObjectNameMapping` API is 1.5.0 and it goes as far back as version 1.0.0 in the provided documentation."]]],[]]