jobs = $jobs; } /** * @return Google_Service_JobService_Job */ public function getJobs() { return $this->jobs; } /** * @param Google_Service_JobService_ResponseMetadata */ public function setMetadata(Google_Service_JobService_ResponseMetadata $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_JobService_ResponseMetadata */ public function getMetadata() { return $this->metadata; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }