Class: Google::Cloud::Bigquery::Migration::V2::NameMappingValue

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

The potential components of a full name mapping that will be mapped during translation in the target data warehouse.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute::String

Returns The attribute name (BigQuery column equivalent in the target data warehouse).

Returns:

  • (::String)

    The attribute name (BigQuery column equivalent in the target data warehouse).



292
293
294
295
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 292

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

#database::String

Returns The database name (BigQuery project ID equivalent in the target data warehouse).

Returns:

  • (::String)

    The database name (BigQuery project ID equivalent in the target data warehouse).



292
293
294
295
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 292

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

#relation::String

Returns The relation name (BigQuery table or view equivalent in the target data warehouse).

Returns:

  • (::String)

    The relation name (BigQuery table or view equivalent in the target data warehouse).



292
293
294
295
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 292

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

#schema::String

Returns The schema name (BigQuery dataset equivalent in the target data warehouse).

Returns:

  • (::String)

    The schema name (BigQuery dataset equivalent in the target data warehouse).



292
293
294
295
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 292

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