Class: Google::Cloud::Bigquery::Migration::V2::ObjectNameMappingList
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::ObjectNameMappingList
- 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
-
#name_map ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping>
The elements of the object name map.
Instance Attribute Details
#name_map ⇒ ::Array<::Google::Cloud::Bigquery::Migration::V2::ObjectNameMapping>
Returns The elements of the object name map.
238 239 240 241 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 238 class ObjectNameMappingList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |