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"]],[["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 covers the `ObjectNameMappingList` class within the Google Cloud BigQuery Migration v2 API, detailing its structure and functionality."],["`ObjectNameMappingList` is designed to represent a collection of name mappings, facilitating the translation of existing names to desired output names."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing functionalities like deep cloning."],["The `ObjectNameMappingList` class has two constructors, a default one, and a second one that accepts another `ObjectNameMappingList` as a parameter, allowing the creation of an object from another object."],["It contains a `NameMap` property of type `RepeatedField\u003cObjectNameMapping\u003e` which is used to store the list of name mappings."]]],[]]