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 documentation page covers the `ObjectNameMapping` class within the Google Cloud BigQuery Migration v2 API, version 1.4.0."],["`ObjectNameMapping` represents a mapping of SQL names using key-value pairs, translating names from the input to the desired output."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from `object`."],["The `ObjectNameMapping` class has two properties, `Source` and `Target`, representing the original and desired names respectively, each mapping to a `NameMappingKey` or `NameMappingValue`."],["Version 1.5.0 of this documentation is the latest version, which can be accessed by the first link in the version history."]]],[]]