File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments