Skip to content

Commit acdfc1e

Browse files
committed
Updated Bigquery.php
1 parent 55afe88 commit acdfc1e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Google/Service/Bigquery.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class Google_Service_Bigquery extends Google_Service
3333
{
3434
/** View and manage your data in Google BigQuery. */
3535
const BIGQUERY = "https://www.googleapis.com/auth/bigquery";
36+
/** New Service. */
37+
const BIGQUERY_INSERTDATA = "https://www.googleapis.com/auth/bigquery.insertdata";
3638
/** View and manage your data across Google Cloud Platform services. */
3739
const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
3840
/** Manage your data and permissions in Google Cloud Storage. */
@@ -1581,6 +1583,7 @@ public function getQuery()
15811583

15821584
class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
15831585
{
1586+
public $compression;
15841587
public $destinationFormat;
15851588
public $destinationUri;
15861589
public $destinationUris;
@@ -1589,6 +1592,16 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection
15891592
protected $sourceTableType = 'Google_Service_Bigquery_TableReference';
15901593
protected $sourceTableDataType = '';
15911594

1595+
public function setCompression($compression)
1596+
{
1597+
$this->compression = $compression;
1598+
}
1599+
1600+
public function getCompression()
1601+
{
1602+
return $this->compression;
1603+
}
1604+
15921605
public function setDestinationFormat($destinationFormat)
15931606
{
15941607
$this->destinationFormat = $destinationFormat;

0 commit comments

Comments
 (0)