File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
22532281class Google_Service_Bigquery_JobStatus extends Google_Collection
22542282{
22552283 protected $ collection_key = 'errors ' ;
You can’t perform that action at this time.
0 commit comments