BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::NameMappingKey (v0.17.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::NameMappingKey.
The potential components of a full name mapping that will be mapped during translation in the source data warehouse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attribute
defattribute()->::String
Returns
- (::String) — The attribute name (BigQuery column equivalent in the source data warehouse).
#attribute=
defattribute=(value)->::String
Parameter
- value (::String) — The attribute name (BigQuery column equivalent in the source data warehouse).
Returns
- (::String) — The attribute name (BigQuery column equivalent in the source data warehouse).
#database
defdatabase()->::String
Returns
- (::String) — The database name (BigQuery project ID equivalent in the source data warehouse).
#database=
defdatabase=(value)->::String
Parameter
- value (::String) — The database name (BigQuery project ID equivalent in the source data warehouse).
Returns
- (::String) — The database name (BigQuery project ID equivalent in the source data warehouse).
#relation
defrelation()->::String
Returns
- (::String) — The relation name (BigQuery table or view equivalent in the source data warehouse).
#relation=
defrelation=(value)->::String
Parameter
- value (::String) — The relation name (BigQuery table or view equivalent in the source data warehouse).
Returns
- (::String) — The relation name (BigQuery table or view equivalent in the source data warehouse).
#schema
defschema()->::String
Returns
- (::String) — The schema name (BigQuery dataset equivalent in the source data warehouse).
#schema=
defschema=(value)->::String
Parameter
- value (::String) — The schema name (BigQuery dataset equivalent in the source data warehouse).
Returns
- (::String) — The schema name (BigQuery dataset equivalent in the source data warehouse).
#type
deftype()->::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type) — The type of object that is being mapped.
#type=
deftype=(value)->::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type
Parameter
- value (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type) — The type of object that is being mapped.
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type) — The type of object that is being mapped.