public sealed class ObjectNameMappingList : IMessage<ObjectNameMappingList>, IEquatable<ObjectNameMappingList>, IDeepCloneable<ObjectNameMappingList>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class ObjectNameMappingList.
Represents a map of name mappings using a list of key:value proto messages of
existing name to desired output name.
[[["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 document provides reference documentation for the `ObjectNameMappingList` class within the BigQuery Migration v2 API."],["The `ObjectNameMappingList` class represents a list of key-value pairs that map existing names to desired output names."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for managing name mappings."],["It offers constructors for creating empty `ObjectNameMappingList` objects or for copying existing ones."],["The class contains the `NameMap` property which is a `RepeatedField` of `ObjectNameMapping`, representing the collection of name mappings."]]],[]]