Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping.
Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#source
def source() -> ::Google::Cloud::Bigquery::Migration::V2::NameMappingKey
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey) — The name of the object in source that is being mapped.
#source=
def source=(value) -> ::Google::Cloud::Bigquery::Migration::V2::NameMappingKey
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey) — The name of the object in source that is being mapped.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey) — The name of the object in source that is being mapped.
#target
def target() -> ::Google::Cloud::Bigquery::Migration::V2::NameMappingValue
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingValue) — The desired target name of the object that is being mapped.
#target=
def target=(value) -> ::Google::Cloud::Bigquery::Migration::V2::NameMappingValue
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::NameMappingValue) — The desired target name of the object that is being mapped.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingValue) — The desired target name of the object that is being mapped.