hadoopJob = $hadoopJob; } /** * @return Google_Service_Dataproc_HadoopJob */ public function getHadoopJob() { return $this->hadoopJob; } /** * @param Google_Service_Dataproc_HiveJob */ public function setHiveJob(Google_Service_Dataproc_HiveJob $hiveJob) { $this->hiveJob = $hiveJob; } /** * @return Google_Service_Dataproc_HiveJob */ public function getHiveJob() { return $this->hiveJob; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } /** * @param Google_Service_Dataproc_PigJob */ public function setPigJob(Google_Service_Dataproc_PigJob $pigJob) { $this->pigJob = $pigJob; } /** * @return Google_Service_Dataproc_PigJob */ public function getPigJob() { return $this->pigJob; } public function setPrerequisiteStepIds($prerequisiteStepIds) { $this->prerequisiteStepIds = $prerequisiteStepIds; } public function getPrerequisiteStepIds() { return $this->prerequisiteStepIds; } /** * @param Google_Service_Dataproc_PySparkJob */ public function setPysparkJob(Google_Service_Dataproc_PySparkJob $pysparkJob) { $this->pysparkJob = $pysparkJob; } /** * @return Google_Service_Dataproc_PySparkJob */ public function getPysparkJob() { return $this->pysparkJob; } /** * @param Google_Service_Dataproc_JobScheduling */ public function setScheduling(Google_Service_Dataproc_JobScheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_Dataproc_JobScheduling */ public function getScheduling() { return $this->scheduling; } /** * @param Google_Service_Dataproc_SparkJob */ public function setSparkJob(Google_Service_Dataproc_SparkJob $sparkJob) { $this->sparkJob = $sparkJob; } /** * @return Google_Service_Dataproc_SparkJob */ public function getSparkJob() { return $this->sparkJob; } /** * @param Google_Service_Dataproc_SparkSqlJob */ public function setSparkSqlJob(Google_Service_Dataproc_SparkSqlJob $sparkSqlJob) { $this->sparkSqlJob = $sparkSqlJob; } /** * @return Google_Service_Dataproc_SparkSqlJob */ public function getSparkSqlJob() { return $this->sparkSqlJob; } public function setStepId($stepId) { $this->stepId = $stepId; } public function getStepId() { return $this->stepId; } }