File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1579,10 +1579,11 @@ public function getQuery()
15791579 }
15801580}
15811581
1582- class Google_Service_Bigquery_JobConfigurationExtract extends Google_Model
1582+ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
15831583{
15841584 public $ destinationFormat ;
15851585 public $ destinationUri ;
1586+ public $ destinationUris ;
15861587 public $ fieldDelimiter ;
15871588 public $ printHeader ;
15881589 protected $ sourceTableType = 'Google_Service_Bigquery_TableReference ' ;
@@ -1608,6 +1609,16 @@ public function getDestinationUri()
16081609 return $ this ->destinationUri ;
16091610 }
16101611
1612+ public function setDestinationUris ($ destinationUris )
1613+ {
1614+ $ this ->destinationUris = $ destinationUris ;
1615+ }
1616+
1617+ public function getDestinationUris ()
1618+ {
1619+ return $ this ->destinationUris ;
1620+ }
1621+
16111622 public function setFieldDelimiter ($ fieldDelimiter )
16121623 {
16131624 $ this ->fieldDelimiter = $ fieldDelimiter ;
You can’t perform that action at this time.
0 commit comments