Class: Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#source::Google::Cloud::Bigquery::Migration::V2::NameMappingKey

Returns The name of the object in source that is being mapped.

Returns:



218
219
220
221
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 218

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.

Returns:



218
219
220
221
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 218

class ObjectNameMapping
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end