Skip to content

Commit 8b134e6

Browse files
committed
Updated Bigquery.php
1 parent 6cadc6c commit 8b134e6

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/Google/Service/Bigquery.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)