public sealed class NameMappingValue : IMessage<NameMappingValue>, IEquatable<NameMappingValue>, IDeepCloneable<NameMappingValue>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class NameMappingValue.
The potential components of a full name mapping that will be mapped
during translation in the target data warehouse.
[[["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."],[[["The `NameMappingValue` class in the BigQuery Migration v2 API represents the components of a full name mapping for data warehouse translation, which is available from version 1.0.0 to 1.5.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations like deep cloning and message handling."],["It contains properties such as `Attribute`, `Database`, `Relation`, and `Schema`, which represent the mapping components relevant to BigQuery, such as column, project ID, table/view, and dataset respectively."],["The class has two constructors: a default one, `NameMappingValue()`, and another that accepts an existing `NameMappingValue` instance for copying."]]],[]]