BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::NameMappingKey (v0.17.1)

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

#type=

deftype=(value)->::Google::Cloud::Bigquery::Migration::V2::NameMappingKey::Type
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.