Class: Google::Cloud::Bigquery::Migration::V2::ObjectNameMappingList

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 map of name mappings using a list of key:value proto messages of existing name to desired output name.

Instance Attribute Summary collapse

Instance Attribute Details

#name_map::Array<::Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping>

Returns The elements of the object name map.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 205

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