job = $job; } /** * @return Google_Service_Dataproc_Job */ public function getJob() { return $this->job; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } }