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."],[[["This document provides reference information for the `ObjectNameMapping` class within the Google Cloud BigQuery Migration v2 API, specifically version 1.1.0, with links to other versions of the API."],["`ObjectNameMapping` is a class that represents a mapping between SQL names, functioning as a key-value pair to translate input names to desired output names."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, a default constructor and one that takes an `ObjectNameMapping` object as a parameter."],["`ObjectNameMapping` includes properties called `Source` and `Target`, which represent the original and desired mapped names, of the type `NameMappingKey` and `NameMappingValue`, respectively."]]],[]]