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
Namespace
Google \ Cloud \ BigQuery \ Migration \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNameMap
The elements of the object name map.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BigQuery\Migration\V2\ObjectNameMapping>
|
Returns | |
---|---|
Type | Description |
$this |