Skip to content

Commit 08d6624

Browse files
committed
Updated Bigquery.php
1 parent 816d07d commit 08d6624

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/Google/Service/Bigquery.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,13 +2011,15 @@ public function getWriteDisposition()
20112011
}
20122012
}
20132013

2014-
class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Model
2014+
class Google_Service_Bigquery_JobConfigurationTableCopy extends Google_Collection
20152015
{
20162016
public $createDisposition;
20172017
protected $destinationTableType = 'Google_Service_Bigquery_TableReference';
20182018
protected $destinationTableDataType = '';
20192019
protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
20202020
protected $sourceTableDataType = '';
2021+
protected $sourceTablesType = 'Google_Service_Bigquery_TableReference';
2022+
protected $sourceTablesDataType = 'array';
20212023
public $writeDisposition;
20222024

20232025
public function setCreateDisposition($createDisposition)
@@ -2050,6 +2052,16 @@ public function getSourceTable()
20502052
return $this->sourceTable;
20512053
}
20522054

2055+
public function setSourceTables($sourceTables)
2056+
{
2057+
$this->sourceTables = $sourceTables;
2058+
}
2059+
2060+
public function getSourceTables()
2061+
{
2062+
return $this->sourceTables;
2063+
}
2064+
20532065
public function setWriteDisposition($writeDisposition)
20542066
{
20552067
$this->writeDisposition = $writeDisposition;

0 commit comments

Comments
 (0)