Home
last modified time | relevance | path

Searched refs:totalBytesProcessed (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php58 public $totalBytesProcessed; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse
207 public function setTotalBytesProcessed($totalBytesProcessed) argument
209 $this->totalBytesProcessed = $totalBytesProcessed;
216 return $this->totalBytesProcessed;
H A DQueryResponse.php58 public $totalBytesProcessed; variable in Google\\Service\\Bigquery\\QueryResponse
221 public function setTotalBytesProcessed($totalBytesProcessed) argument
223 $this->totalBytesProcessed = $totalBytesProcessed;
230 return $this->totalBytesProcessed;
H A DJobStatistics.php74 public $totalBytesProcessed; variable in Google\\Service\\Bigquery\\JobStatistics
303 public function setTotalBytesProcessed($totalBytesProcessed) argument
305 $this->totalBytesProcessed = $totalBytesProcessed;
312 return $this->totalBytesProcessed;
H A DJobStatistics2.php96 public $totalBytesProcessed; variable in Google\\Service\\Bigquery\\JobStatistics2
465 public function setTotalBytesProcessed($totalBytesProcessed) argument
467 $this->totalBytesProcessed = $totalBytesProcessed;
474 return $this->totalBytesProcessed;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1357 public $totalBytesProcessed; variable in Google_JobStatistics
1382 public function setTotalBytesProcessed( $totalBytesProcessed) { argument
1383 $this->totalBytesProcessed = $totalBytesProcessed;
1386 return $this->totalBytesProcessed;
1393 public $totalBytesProcessed; variable in Google_JobStatistics2
1406 public function setTotalBytesProcessed( $totalBytesProcessed) { argument
1407 $this->totalBytesProcessed = $totalBytesProcessed;
1410 return $this->totalBytesProcessed;
1647 public $totalBytesProcessed; variable in Google_QueryResponse
1693 $this->totalBytesProcessed = $totalBytesProcessed;
[all …]