Class ObjectNameMapping (0.4.2)

ObjectNameMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.

Attributes

NameDescription
source google.cloud.bigquery_migration_v2.types.NameMappingKey
The name of the object in source that is being mapped.
target google.cloud.bigquery_migration_v2.types.NameMappingValue
The desired target name of the object that is being mapped.

Inheritance

builtins.object > proto.message.Message > ObjectNameMapping