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
def attribute() -> ::String
Returns
- (::String) — The attribute name (BigQuery column equivalent in the source data warehouse).
#attribute=
def attribute=(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
def database() -> ::String
Returns
- (::String) — The database name (BigQuery project ID equivalent in the source data warehouse).
#database=
def database=(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
def relation() -> ::String
Returns
- (::String) — The relation name (BigQuery table or view equivalent in the source data warehouse).
#relation=
def relation=(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
def schema() -> ::String
Returns
- (::String) — The schema name (BigQuery dataset equivalent in the source data warehouse).
#schema=
def schema=(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
def type() -> ::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type
Returns
- (::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type) — The type of object that is being mapped.
#type=
def type=(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.