Google_JobReference
The Google Pagespeed Insights Google JobReference class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_BigqueryService.php
- class Google_JobReference extends Google_Model {
- public $projectId;
- public $jobId;
- public function setProjectId($projectId) {
- $this->projectId = $projectId;
- }
- public function getProjectId() {
- return $this->projectId;
- }
- public function setJobId($jobId) {
- $this->jobId = $jobId;
- }
- public function getJobId() {
- return $this->jobId;
- }
- }