Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::NameMappingValue.
The potential components of a full name mapping that will be mapped during translation in the target 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 target data warehouse).
#attribute=
def attribute=(value) -> ::String
Parameter
- value (::String) — The attribute name (BigQuery column equivalent in the target data warehouse).
Returns
- (::String) — The attribute name (BigQuery column equivalent in the target data warehouse).
#database
def database() -> ::String
Returns
- (::String) — The database name (BigQuery project ID equivalent in the target data warehouse).
#database=
def database=(value) -> ::String
Parameter
- value (::String) — 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).
#relation
def relation() -> ::String
Returns
- (::String) — The relation name (BigQuery table or view equivalent in the target data warehouse).
#relation=
def relation=(value) -> ::String
Parameter
- value (::String) — 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).
#schema
def schema() -> ::String
Returns
- (::String) — The schema name (BigQuery dataset equivalent in the target data warehouse).
#schema=
def schema=(value) -> ::String
Parameter
- value (::String) — The schema name (BigQuery dataset equivalent in the target data warehouse).
Returns
- (::String) — The schema name (BigQuery dataset equivalent in the target data warehouse).