jobId = $jobId; } /** * @return string */ public function getJobId() { return $this->jobId; } /** * Optional. The ID of the Google Cloud Platform project that the job belongs * to. If specified, must match the request project ID. * * @param string $projectId */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(JobReference::class, 'Google_Service_Dataproc_JobReference');