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

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

Represents a map of name mappings using a list of key:value proto messages of existing name to desired output name.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name_map array<Google\Cloud\BigQuery\Migration\V2\ObjectNameMapping>

The elements of the object name map.

getNameMap

The elements of the object name map.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNameMap

The elements of the object name map.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\Migration\V2\ObjectNameMapping>
Returns
TypeDescription
$this