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.
Implements
IMessageObjectNameMappingList, IEquatableObjectNameMappingList, IDeepCloneableObjectNameMappingList, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.MigrationV2Assembly
Google.Cloud.BigQuery.Migration.V2.dll
Constructors
ObjectNameMappingList()
public ObjectNameMappingList()
ObjectNameMappingList(ObjectNameMappingList)
public ObjectNameMappingList(ObjectNameMappingList other)
Parameter | |
---|---|
Name | Description |
other | ObjectNameMappingList |
Properties
NameMap
public RepeatedField<ObjectNameMapping> NameMap { get; }
The elements of the object name map.
Property Value | |
---|---|
Type | Description |
RepeatedFieldObjectNameMapping |