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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation provides details for the `ObjectNameMapping` class within the BigQuery Migration v2 API, used to map SQL names from input to desired output."],["The `ObjectNameMapping` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, `ObjectNameMapping()` and `ObjectNameMapping(ObjectNameMapping other)`, to create new instances of the object."],["`ObjectNameMapping` includes properties for `Source`, of type `NameMappingKey`, and `Target`, of type `NameMappingValue`, representing the object's original name and the desired mapped name, respectively."],["The provided content contains a list of all the available versions of the documentation, from version 1.0.0 to the latest version 1.5.0."]]],[]]