Class: Google::Cloud::Bigquery::Migration::V2::NameMappingValue
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::NameMappingValue
- 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
-
#attribute ⇒ ::String
The attribute name (BigQuery column equivalent in the target data warehouse).
-
#database ⇒ ::String
The database name (BigQuery project ID equivalent in the target data warehouse).
-
#relation ⇒ ::String
The relation name (BigQuery table or view equivalent in the target data warehouse).
-
#schema ⇒ ::String
The schema name (BigQuery dataset equivalent in the target data warehouse).
Instance Attribute Details
#attribute ⇒ ::String
Returns The attribute name (BigQuery column equivalent in the target data warehouse).
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 325 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).
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 325 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).
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 325 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).
325 326 327 328 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb', line 325 class NameMappingValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |