Google_JobStatistics
The Google Books Importer Google JobStatistics class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_BigqueryService.php
- class Google_JobStatistics extends Google_Model {
- public $endTime;
- protected $__loadType = 'Google_JobStatistics3';
- protected $__loadDataType = '';
- public $load;
- protected $__queryType = 'Google_JobStatistics2';
- protected $__queryDataType = '';
- public $query;
- public $startTime;
- public $totalBytesProcessed;
- public function setEndTime( $endTime) {
- $this->endTime = $endTime;
- }
- public function getEndTime() {
- return $this->endTime;
- }
- public function setLoad(Google_JobStatistics3 $load) {
- $this->load = $load;
- }
- public function getLoad() {
- return $this->load;
- }
- public function setQuery(Google_JobStatistics2 $query) {
- $this->query = $query;
- }
- public function getQuery() {
- return $this->query;
- }
- public function setStartTime( $startTime) {
- $this->startTime = $startTime;
- }
- public function getStartTime() {
- return $this->startTime;
- }
- public function setTotalBytesProcessed( $totalBytesProcessed) {
- $this->totalBytesProcessed = $totalBytesProcessed;
- }
- public function getTotalBytesProcessed() {
- return $this->totalBytesProcessed;
- }
- }