Skip to content

Commit 144cba2

Browse files
committed
Updated Bigquery.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 1319b2f commit 144cba2

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/Google/Service/Bigquery.php

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,8 @@ class Google_Service_Bigquery_JobStatistics extends Google_Model
21222122
);
21232123
public $creationTime;
21242124
public $endTime;
2125+
protected $extractType = 'Google_Service_Bigquery_JobStatistics4';
2126+
protected $extractDataType = '';
21252127
protected $loadType = 'Google_Service_Bigquery_JobStatistics3';
21262128
protected $loadDataType = '';
21272129
protected $queryType = 'Google_Service_Bigquery_JobStatistics2';
@@ -2146,6 +2148,14 @@ public function getEndTime()
21462148
{
21472149
return $this->endTime;
21482150
}
2151+
public function setExtract(Google_Service_Bigquery_JobStatistics4 $extract)
2152+
{
2153+
$this->extract = $extract;
2154+
}
2155+
public function getExtract()
2156+
{
2157+
return $this->extract;
2158+
}
21492159
public function setLoad(Google_Service_Bigquery_JobStatistics3 $load)
21502160
{
21512161
$this->load = $load;
@@ -2250,6 +2260,24 @@ public function getOutputRows()
22502260
}
22512261
}
22522262

2263+
class Google_Service_Bigquery_JobStatistics4 extends Google_Collection
2264+
{
2265+
protected $collection_key = 'destinationUriFileCounts';
2266+
protected $internal_gapi_mappings = array(
2267+
);
2268+
public $destinationUriFileCounts;
2269+
2270+
2271+
public function setDestinationUriFileCounts($destinationUriFileCounts)
2272+
{
2273+
$this->destinationUriFileCounts = $destinationUriFileCounts;
2274+
}
2275+
public function getDestinationUriFileCounts()
2276+
{
2277+
return $this->destinationUriFileCounts;
2278+
}
2279+
}
2280+
22532281
class Google_Service_Bigquery_JobStatus extends Google_Collection
22542282
{
22552283
protected $collection_key = 'errors';

0 commit comments

Comments
 (0)