Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobStatistics3.php29 public $inputFileBytes; variable in Google\\Service\\Bigquery\\JobStatistics3
60 public function setInputFileBytes($inputFileBytes) argument
62 $this->inputFileBytes = $inputFileBytes;
69 return $this->inputFileBytes;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1415 public $inputFileBytes; variable in Google_JobStatistics3
1419 public function setInputFileBytes( $inputFileBytes) { argument
1420 $this->inputFileBytes = $inputFileBytes;
1423 return $this->inputFileBytes;