Google Cloud BigQuery Migration V2 Client - Class NameMappingValue (0.2.2)

Reference documentation and code samples for the Google Cloud BigQuery Migration V2 Client class NameMappingValue.

The potential components of a full name mapping that will be mapped during translation in the target data warehouse.

Generated from protobuf message google.cloud.bigquery.migration.v2.NameMappingValue

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ database string

The database name (BigQuery project ID equivalent in the target data warehouse).

↳ schema string

The schema name (BigQuery dataset equivalent in the target data warehouse).

↳ relation string

The relation name (BigQuery table or view equivalent in the target data warehouse).

↳ attribute string

The attribute name (BigQuery column equivalent in the target data warehouse).

getDatabase

The database name (BigQuery project ID equivalent in the target data warehouse).

Returns
TypeDescription
string

setDatabase

The database name (BigQuery project ID equivalent in the target data warehouse).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSchema

The schema name (BigQuery dataset equivalent in the target data warehouse).

Returns
TypeDescription
string

setSchema

The schema name (BigQuery dataset equivalent in the target data warehouse).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRelation

The relation name (BigQuery table or view equivalent in the target data warehouse).

Returns
TypeDescription
string

setRelation

The relation name (BigQuery table or view equivalent in the target data warehouse).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAttribute

The attribute name (BigQuery column equivalent in the target data warehouse).

Returns
TypeDescription
string

setAttribute

The attribute name (BigQuery column equivalent in the target data warehouse).

Parameter
NameDescription
var string
Returns
TypeDescription
$this