Class: Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb
Overview
Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.
Instance Attribute Summary collapse
-
#source ⇒ ::Google::Cloud::Bigquery::Migration::V2::NameMappingKey
The name of the object in source that is being mapped.
-
#target ⇒ ::Google::Cloud::Bigquery::Migration::V2::NameMappingValue
The desired target name of the object that is being mapped.
Instance Attribute Details
#source ⇒ ::Google::Cloud::Bigquery::Migration::V2::NameMappingKey
Returns The name of the object in source that is being mapped.
251 252 253 254 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 251 class ObjectNameMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::Google::Cloud::Bigquery::Migration::V2::NameMappingValue
Returns The desired target name of the object that is being mapped.
251 252 253 254 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 251 class ObjectNameMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |