Home
last modified time | relevance | path

Searched refs:outputBytes (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatistics3.php37 public $outputBytes; variable in Google\\Service\\Bigquery\\JobStatistics3
88 public function setOutputBytes($outputBytes) argument
90 $this->outputBytes = $outputBytes;
97 return $this->outputBytes;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1417 public $outputBytes; variable in Google_JobStatistics3
1431 public function setOutputBytes( $outputBytes) { argument
1432 $this->outputBytes = $outputBytes;
1435 return $this->outputBytes;