Google_JobStatistics2
The Google Books Importer Google JobStatistics2 class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_BigqueryService.php
- class Google_JobStatistics2 extends Google_Model {
- public $cacheHit;
- public $completionRatio;
- public $totalBytesProcessed;
- public function setCacheHit( $cacheHit) {
- $this->cacheHit = $cacheHit;
- }
- public function getCacheHit() {
- return $this->cacheHit;
- }
- public function setCompletionRatio( $completionRatio) {
- $this->completionRatio = $completionRatio;
- }
- public function getCompletionRatio() {
- return $this->completionRatio;
- }
- public function setTotalBytesProcessed( $totalBytesProcessed) {
- $this->totalBytesProcessed = $totalBytesProcessed;
- }
- public function getTotalBytesProcessed() {
- return $this->totalBytesProcessed;
- }
- }