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"]],[["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."],[[["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 interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `object`."],["`NameMappingValue` can be instantiated through a parameterless constructor or a constructor that accepts another `NameMappingValue` instance."],["It includes properties like `Attribute`, `Database`, `Relation`, and `Schema`, which map to BigQuery column, project ID, table/view, and dataset equivalents respectively."],["The latest version of this API is 1.5.0."]]],[]]