/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Dataproc/OrderedJob.php (4960B)
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_PrestoJob
*/
public function setPrestoJob(Google_Service_Dataproc_PrestoJob $prestoJob)
{
$this->prestoJob = $prestoJob;
}
/**
* @return Google_Service_Dataproc_PrestoJob
*/
public function getPrestoJob()
{
return $this->prestoJob;
}
/**
* @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_SparkRJob
*/
public function setSparkRJob(Google_Service_Dataproc_SparkRJob $sparkRJob)
{
$this->sparkRJob = $sparkRJob;
}
/**
* @return Google_Service_Dataproc_SparkRJob
*/
public function getSparkRJob()
{
return $this->sparkRJob;
}
/**
* @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;
}
}